Fix date representation in FeedItem #38

Merged
Miroslavsckaya merged 5 commits from fix_date_in_FeedItem into master 2022-07-10 14:40:20 +00:00
Showing only changes of commit bbb91ca033 - Show all commits

View file

@ -40,5 +40,7 @@ python bot.py
## Running the update
```shell
export TELEGRAM_TOKEN=xxx
export DATABASE_PATH=./database.db
python update.py
```