fix: don't write file when printing the dataset for debugging
This commit is contained in:
parent
45f495a4dd
commit
b42131191a
|
@ -74,6 +74,7 @@ def main() -> None:
|
|||
print()
|
||||
print("--- new episode ---")
|
||||
print(episode)
|
||||
sys.exit()
|
||||
|
||||
#
|
||||
# Otherwise, proceed with the writing logic.
|
||||
|
|
Loading…
Reference in New Issue