We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510bd1b commit 08c8dc3Copy full SHA for 08c8dc3
lib/generics.py
@@ -257,6 +257,8 @@ def check_update(config: configuration):
257
os.remove("new_version.zip")
258
logger.info("Update successful")
259
exit(1)
260
+ elif response["version"] < version and config.config.get("dev_mode", False):
261
+ logger.warning("You are in dev mode, that my boi")
262
elif response["version"] < version:
263
logger.info("Wtf bro, you are in the future")
264
except:
0 commit comments