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

Commit 7ce2a35

Browse files
committed
fix bug
1 parent 986ec2b commit 7ce2a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GetDanMu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'''
44
# 作者: weimo
55
# 创建日期: 2020-01-04 19:14:39
6-
# 上次编辑时间 : 2020-01-16 19:24:10
6+
# 上次编辑时间 : 2020-01-16 20:15:52
77
# 一个人的命运啊,当然要靠自我奋斗,但是...
88
'''
99

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

0 commit comments

Comments
 (0)