Skip to content

Commit

Permalink
i'm stoopid
Browse files Browse the repository at this point in the history
  • Loading branch information
SNeicer authored Jan 4, 2024
1 parent fbf3b15 commit d5a89ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

# Implement plyer.platforms.win.notification as a hidden import

cur_app_version = 'release-v1.05' # Do not forget to update this one

class blockSubjectType(enum.Enum):
app = 1
website = 2
Expand Down Expand Up @@ -191,8 +193,6 @@ def snsj_exception_hook(exctype, value, traceback):

sys.excepthook = snsj_exception_hook

cur_app_version = 'release-v1.05' # Do not forget to update this one

if __name__ == '__main__':
logging.basicConfig(level=logging.INFO, filename="log.log", filemode='w',
format="[%(asctime)s | %(funcName)s] %(levelname)s - %(message)s")
Expand Down

0 comments on commit d5a89ac

Please sign in to comment.