Skip to content

Commit 08c8dc3

Browse files
hehe boi
1 parent 510bd1b commit 08c8dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/generics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ def check_update(config: configuration):
257257
os.remove("new_version.zip")
258258
logger.info("Update successful")
259259
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")
260262
elif response["version"] < version:
261263
logger.info("Wtf bro, you are in the future")
262264
except:

0 commit comments

Comments
 (0)