Skip to content

Commit

Permalink
docs: improve error feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
itsHenry35 committed Feb 7, 2024
1 parent 85eaaef commit a2ef373
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 @@ -84,8 +84,8 @@ def get_aria2c_path_conf():
except Exception as e:
sentry_sdk.capture_exception(e)
mb.showerror('错误', '错误:' + str(e))
alertdialog = mb.askyesno('错误反馈', '是否打开错误反馈页面?')
alertdialog = mb.askyesno('问题反馈', '是否向作者反映该问题?')
if alertdialog:
mb.showinfo('错误反馈', '请在弹出的网页底部评论区中或在GitHub上将错误反馈给开发者!')
mb.showinfo('问题反馈', '请在弹出的网页底部评论区中或在GitHub上提issue将错误反馈给开发者!')
webbrowser.open("https://blog.itshenryz.com/2022/06/01/ledu-playback-download/")
sys.exit()

0 comments on commit a2ef373

Please sign in to comment.