This commit is contained in:
parent
eb28603287
commit
4ac94fb1bf
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ while True:
|
||||||
for i in extraflags:
|
for i in extraflags:
|
||||||
if i.lower() == "g":
|
if i.lower() == "g":
|
||||||
repeat = True
|
repeat = True
|
||||||
elif i.isnumeric():
|
elif int(i.strip()).isdigit():
|
||||||
index = int(i)
|
index = int(i)
|
||||||
else:
|
else:
|
||||||
user = i.lower()
|
user = i.lower()
|
||||||
|
|
Loading…
Reference in a new issue