Skip to content

Commit 5a286ef

Browse files
committed
Fix
1 parent 1686400 commit 5a286ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Drake-Z/0003/0003.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def write_to_mysql(filename):
1717
return 0
1818

1919
def search_mysql():
20-
b = int(input('查询第几号激活码:'))
20+
b = int(input('查询第几号(1-200)激活码:'))
2121
r = redis.StrictRedis(host='localhost', port=6379, db=0)
2222
print(str(r.get(b),'UTF-8'))
2323
return 0

0 commit comments

Comments
 (0)