Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mas-4 committed Jul 13, 2024
1 parent a29e854 commit 36f3536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read_creds(path):

class SpecialDate:
def __init__(self, i, rawdict: dict[str, Any]):
self.i = i
self.i = i + 1 # we're 1 indexing
self.name: str = rawdict['name']
self.date: str = rawdict['date'] # had no idea yaml automatically converted this
self.topic: str = rawdict['topic']
Expand Down

0 comments on commit 36f3536

Please sign in to comment.