This commit is contained in:
deathbybandaid 2022-05-06 10:23:19 -04:00
parent e2c6150d4e
commit 6d45b84243

View File

@ -22,7 +22,7 @@ def prerun():
print([ print([
line.strip().split()[0] line.strip().split()[0]
for line in source[:index].strip().splitlines() for line in source[:index].strip().splitlines()
if line.strip()[0] == "@" if line.strip()[0:4] == "\"\"\"{"
]) ])
# Since there was more than one command, # Since there was more than one command,