fix: don't write file when printing the dataset for debugging

This commit is contained in:
11b 2022-12-20 17:41:08 -03:00
parent 45f495a4dd
commit b42131191a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ def main() -> None:
print()
print("--- new episode ---")
print(episode)
sys.exit()
#
# Otherwise, proceed with the writing logic.