Skip to content

Commit

Permalink
music advent 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreat committed Nov 27, 2023
1 parent 2de6251 commit e7f9222
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

advent_calendar = {}

files_to_read = ["themes.csv", "music_advent_2022.csv"]
files_to_read = ["themes.csv", "music_advent_2023.csv"]
for file_to_read in files_to_read:
with open(file_to_read) as f:
csv_reader = csv.reader(f)
Expand Down
24 changes: 24 additions & 0 deletions music_advent_2023.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
2023-12-01,Polska
2023-12-02,Japonia
2023-12-03,Francja
2023-12-04,USA
2023-12-05,Estonia
2023-12-06,Finlandia
2023-12-07,Kanada
2023-12-08,Grecja
2023-12-09,Wielka Brytania
2023-12-10,Australia
2023-12-11,Norwegia
2023-12-12,Islandia
2023-12-13,Korea Południowa
2023-12-14,Czechy
2023-12-15,Austria
2023-12-16,Hiszpania
2023-12-17,Chiny
2023-12-18,Niemcy
2023-12-19,Tailandia
2023-12-20,Kuba
2023-12-21,RPA
2023-12-22,Filipiny
2023-12-23,Meksyk
2023-12-24,* - dowolny kraj!

0 comments on commit e7f9222

Please sign in to comment.