We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeb06e commit 4f14043Copy full SHA for 4f14043
1 file changed
serverthrall/plugins/apiuploader.py
@@ -9,8 +9,8 @@
9
class ApiUploader(IntervalTickPlugin):
10
11
NO_VALUE = ''
12
- # SERVER_THRALL_API_URL = 'http://serverthrallapi.herokuapp.com'
13
- SERVER_THRALL_API_URL = 'http://127.0.0.1:8000'
+ SERVER_THRALL_API_URL = 'http://serverthrallapi.herokuapp.com'
+ # SERVER_THRALL_API_URL = 'http://127.0.0.1:8000'
14
15
def __init__(self, config):
16
config.set_default('enabled', 'false')
0 commit comments