1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 19:33:37 -08:00
parent 4021636f70
commit 2f36c10042

View file

@ -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: