diff --git a/test.py b/test.py index 082f83d..99035ae 100644 --- a/test.py +++ b/test.py @@ -1,7 +1,7 @@ from datetime import datetime, timedelta import yaml -with open('emoji.yaml') as f: +with open('_data/emoji.yaml') as f: data = yaml.load(f, Loader=yaml.FullLoader) available_dates = set(data.keys())