Skip to content

Commit

Permalink
print upload link anyway when browser is found
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiShi1313 committed Feb 21, 2022
1 parent d06b33f commit f1e84ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions differential/utils/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ def open_link(link: str, use_short_url: bool = False):
logger.info(f"未找到浏览器,请直接复制以下链接:{link}")
else:
browser.open(link, new=1)
logger.info(f"如果浏览器未打开,请直接复制以下链接:{link}")

0 comments on commit f1e84ce

Please sign in to comment.