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 468da6b5ee - Show all commits

View file

@ -37,3 +37,8 @@ export TELEGRAM_TOKEN=xxx
export DATABASE_PATH=./database.db
python bot.py
```
## Running the update
```shell
python update.py
```