Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xhlove committed Jan 16, 2020
1 parent 986ec2b commit 7ce2a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GetDanMu.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
# 作者: weimo
# 创建日期: 2020-01-04 19:14:39
# 上次编辑时间 : 2020-01-16 19:24:10
# 上次编辑时间 : 2020-01-16 20:15:52
# 一个人的命运啊,当然要靠自我奋斗,但是...
'''

Expand Down Expand Up @@ -47,7 +47,7 @@ def main():
# 双击运行或命令执行exe文件时 传入参数只有exe的路径
# 命令行下执行会传入exe的相对路径(在exe所在路径执行时) 传入完整路径(非exe所在路径下执行)
# 双击运行exe传入完整路径
imode == "non_command_line"
imode = "non_command_line"
if imode == "non_command_line":
content = input("请输入链接:\n")
check_tip = check_url_site(content)
Expand Down

0 comments on commit 7ce2a35

Please sign in to comment.