aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-23 01:09:50 -0800
committerclarkzjw <[email protected]>2023-02-23 12:07:32 -0800
commit6aafc4e506e2a9aa72955917f031241be4444c67 (patch)
tree1c52713792a47bfdae2bb99409f343825bdfc2c2 /foursquare
parentc30cba1bb04945a8000c6089d5dcd376e08b2133 (diff)
downloadswarm2fediverse-6aafc4e506e2a9aa72955917f031241be4444c67.tar.gz
bot: add command templates
Diffstat (limited to 'foursquare')
-rw-r--r--foursquare/poi.py2
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 @@
1import json 1import json
2
3import requests 2import requests
4
5from config import FSQ_API_KEY 3from config import FSQ_API_KEY
6from dbstore.peewee_store import create_or_update_poi 4from dbstore.peewee_store import create_or_update_poi
7 5
Powered by cgit v1.2.3 (git 2.41.0)