Skip to content

Commit

Permalink
cctf
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Nov 6, 2024
1 parent 1705abf commit b6dd412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def __unpack_wol(wol):
WEEE_FOLD_ID = int(os.environ.get("WEEE_FOLD_ID"))
WEEE_CHAT2_ID = int(os.environ.get("WEEE_CHAT2_ID"))

LOCAL_WEEELAB = bool(os.environ.get("LOCAL_WEEELAB"), False) # 1, True
LOCAL_WEEELAB = bool(os.environ.get("LOCAL_WEEELAB", False)) # 1, True

0 comments on commit b6dd412

Please sign in to comment.