Skip to content

Commit

Permalink
added pyw file
Browse files Browse the repository at this point in the history
  • Loading branch information
tianrui98 committed Nov 29, 2024
1 parent 2cf4492 commit 3d57e91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 45 deletions.
2 changes: 1 addition & 1 deletion DieStudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from reset import *
from src.root_logger import *

__version__ = 20241010
__version__ = 20241128
logger.info(f"Latest update: {__version__}")

parser = argparse.ArgumentParser()
Expand Down
6 changes: 6 additions & 0 deletions DieStudyTool.pyw
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from DieStudy import main

if __name__ == "__main__":
main()

44 changes: 0 additions & 44 deletions Hotel_Stays_Calendar.ics

This file was deleted.

0 comments on commit 3d57e91

Please sign in to comment.