forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
4021636f70
commit
2f36c10042
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ while True:
|
|||
for i in extraflags:
|
||||
if i.lower() == "g":
|
||||
repeat = True
|
||||
elif int(i.strip()).isdigit():
|
||||
elif i.strip().isdigit():
|
||||
print(f"index = {int(i)}")
|
||||
index = int(i)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue