mirror of
https://github.com/sstent/NYT_Sudoku.git
synced 2025-12-06 06:01:41 +00:00
Update NYT.py
This commit is contained in:
2
NYT.py
2
NYT.py
@@ -34,7 +34,7 @@ EasyList = ["Easy",Dict["easy"]["puzzle_id"],Dict["easy"]["published"],Dict["eas
|
||||
|
||||
# Open our existing CSV file in append mode
|
||||
# Create a file object for this file
|
||||
with open('data/NYTSudoku.csv', 'a') as f_object:
|
||||
with open('NYTSudoku.csv', 'a') as f_object:
|
||||
# Pass this file object to csv.writer()
|
||||
# and get a writer object
|
||||
writer_object = writer(f_object)
|
||||
|
||||
Reference in New Issue
Block a user