Skip to content

Commit

Permalink
hehe boi
Browse files Browse the repository at this point in the history
  • Loading branch information
ugomeguerditchian committed Aug 4, 2023
1 parent 510bd1b commit 08c8dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ def check_update(config: configuration):
os.remove("new_version.zip")
logger.info("Update successful")
exit(1)
elif response["version"] < version and config.config.get("dev_mode", False):
logger.warning("You are in dev mode, that my boi")
elif response["version"] < version:
logger.info("Wtf bro, you are in the future")
except:
Expand Down

0 comments on commit 08c8dc3

Please sign in to comment.