Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
愿乘风归去 authored Jun 16, 2020
1 parent 419a291 commit fdef126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one-hop.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_sn():
sn = input('请输入你的SN:\n').strip()
else:
print('将使用自动SN')
sn.replace(' ','A')
sn = sn.replace(' ','A')
while len(sn) < 16:
sn = sn + 'A'
if len(sn) > 16:
Expand Down

0 comments on commit fdef126

Please sign in to comment.