use localhost
This commit is contained in:
parent
0d2c34cf64
commit
8a3c7e08d3
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ def splitint(number, by):
|
||||||
|
|
||||||
known_tags = set(itertools.chain.from_iterable(KEYWORDS.values()))
|
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'))
|
api.signin(**ox.web.auth.get('cdosea'))
|
||||||
|
|
||||||
query = {
|
query = {
|
||||||
|
|
|
@ -13,7 +13,7 @@ import ox
|
||||||
import ox.web.auth
|
import ox.web.auth
|
||||||
|
|
||||||
|
|
||||||
base_url = 'https://cdosea.0x2620.org'
|
base_url = 'http://127.0.0.1:2620'
|
||||||
|
|
||||||
FRAME_DURATION = 1/60
|
FRAME_DURATION = 1/60
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue