Skip to content

Commit

Permalink
更新 main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikun0014 committed Nov 24, 2024
1 parent 3a17ff7 commit f00417b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def init():
f'本项目完全开源免费, 如果你在淘宝, QQ群内通过购买方式获得, 赶紧回去骂商家死全家\n 交流群组:\n https://t.me/ikunshare_qun')


program_path = sys.argv[0]
program_name = os.path.basename(program_path)
program_name = os.path.abspath(__file__)


def check_registry_key_exists() -> bool:
Expand Down

0 comments on commit f00417b

Please sign in to comment.