Skip to content

Commit 02e90a7

Browse files
committed
fix typo
1 parent d865c62 commit 02e90a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/attack/1-recording/0-regular.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def main():
1313
flag = recording_playback()
1414
if flag:
15-
print(f"POTENTIAL FLAG: ectf{{recorded_{flag}}}")
15+
print(f"POTENTIAL FLAG: ectf{{recording_{flag}}}")
1616

1717

1818
if __name__ == "__main__":

0 commit comments

Comments
 (0)