use localhost

This commit is contained in:
j 2017-03-03 00:34:49 +01:00
parent 0d2c34cf64
commit 8a3c7e08d3
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ def splitint(number, by):
known_tags = set(itertools.chain.from_iterable(KEYWORDS.values()))
api = ox.API('https://cdosea.0x2620.org/api/')
api = ox.API('http://127.0.0.1:2620/api/')
api.signin(**ox.web.auth.get('cdosea'))
query = {

View file

@ -13,7 +13,7 @@ import ox
import ox.web.auth
base_url = 'https://cdosea.0x2620.org'
base_url = 'http://127.0.0.1:2620'
FRAME_DURATION = 1/60