diff options
author | clarkzjw <[email protected]> | 2023-02-23 01:09:50 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 12:07:32 -0800 |
commit | 6aafc4e506e2a9aa72955917f031241be4444c67 (patch) | |
tree | 1c52713792a47bfdae2bb99409f343825bdfc2c2 /foursquare | |
parent | c30cba1bb04945a8000c6089d5dcd376e08b2133 (diff) | |
download | swarm2fediverse-6aafc4e506e2a9aa72955917f031241be4444c67.tar.gz |
bot: add command templates
Diffstat (limited to 'foursquare')
-rw-r--r-- | foursquare/poi.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/foursquare/poi.py b/foursquare/poi.py index ea3509f..39895b7 100644 --- a/foursquare/poi.py +++ b/foursquare/poi.py | |||
@@ -1,7 +1,5 @@ | |||
1 | import json | 1 | import json |
2 | |||
3 | import requests | 2 | import requests |
4 | |||
5 | from config import FSQ_API_KEY | 3 | from config import FSQ_API_KEY |
6 | from dbstore.peewee_store import create_or_update_poi | 4 | from dbstore.peewee_store import create_or_update_poi |
7 | 5 | ||