Skip to content

Commit

Permalink
refactor: add newline at end of file
Browse files Browse the repository at this point in the history
It is recommended to put a newline at the end of the file.
  • Loading branch information
deepsource-autofix[bot] authored and itsHenry35 committed Sep 28, 2024
1 parent 3dacc63 commit 398a91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/download1.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ def mouse_scroll(event):
selectpath.pack(anchor='w')
root.mainloop()
importlib.reload(ttk.style)
return returnlist, path, isoverride.get()==1
return returnlist, path, isoverride.get()==1
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def get_aria2c_path_conf():
if alertdialog:
mb.showinfo('问题反馈', '请在弹出的网页底部评论区中或在GitHub上提issue将错误反馈给开发者!')
webbrowser.open("https://blog.itshenryz.com/2022/06/01/ledu-playback-download/")
sys.exit()
sys.exit()

0 comments on commit 398a91b

Please sign in to comment.