diff --git a/sweebot.py b/sweebot.py index a1330d1..299f234 100644 --- a/sweebot.py +++ b/sweebot.py @@ -357,7 +357,9 @@ while True: try: extraflags = expression.split("/")[3:] for i in extraflags: - if i.lower() == "g": + if i.strip() == "": + pass + elif i.lower() == "g": repeat = True elif i.strip().isdigit(): print(f"index = {int(i)}")