Skip to content

Commit

Permalink
V1.0 update TvTime.py change path of saving file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuai-sama authored Feb 22, 2022
1 parent d2c2526 commit 3d2246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TVTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
print(data) # display

# Saving file
data.to_csv(r"T:\Thomas\Desktop\dataTVTime.csv", index=None)
data.to_csv(file_name_csv, index=None)
print("Saved file")

0 comments on commit 3d2246f

Please sign in to comment.