test
This commit is contained in:
parent
e2c6150d4e
commit
6d45b84243
@ -22,7 +22,7 @@ def prerun():
|
||||
print([
|
||||
line.strip().split()[0]
|
||||
for line in source[:index].strip().splitlines()
|
||||
if line.strip()[0] == "@"
|
||||
if line.strip()[0:4] == "\"\"\"{"
|
||||
])
|
||||
|
||||
# Since there was more than one command,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user