get rid of stale code

This commit is contained in:
fdev31 2023-05-16 21:37:15 +02:00
parent 5999e8976c
commit edb9334970

View file

@ -1,4 +1,3 @@
import os import os
DEBUG = os.environ.get("DEBUG", False) DEBUG = os.environ.get("DEBUG", False)
CONFIG_FILE = os.path.expanduser("~/.config/hypr/scratchpads.json")