Skip to content

Commit 4f14043

Browse files
committed
Fixed server thrall api url
1 parent 3aeb06e commit 4f14043

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

serverthrall/plugins/apiuploader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
class ApiUploader(IntervalTickPlugin):
1010

1111
NO_VALUE = ''
12-
# SERVER_THRALL_API_URL = 'http://serverthrallapi.herokuapp.com'
13-
SERVER_THRALL_API_URL = 'http://127.0.0.1:8000'
12+
SERVER_THRALL_API_URL = 'http://serverthrallapi.herokuapp.com'
13+
# SERVER_THRALL_API_URL = 'http://127.0.0.1:8000'
1414

1515
def __init__(self, config):
1616
config.set_default('enabled', 'false')

0 commit comments

Comments
 (0)