Apply merges

This commit is contained in:
j4d35t0n3 2023-09-14 09:31:53 -05:00
parent baa0c96d48
commit 35b03443d5

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import annotations
from __future__ import annotations
@ -171,7 +170,7 @@ def run():
if args.scale > 0:
mode = ("scale", args.scale)
else:
raise ValueError("Color scale must be larger than 0")
raise ValueError("Color scale must be greater than 0")
elif args.light:
mode = ("set_raw", args.light)
else: