remove test url
This commit is contained in:
parent
febb765f81
commit
dbf3d5e1ae
1 changed files with 1 additions and 2 deletions
|
@ -306,8 +306,7 @@ if __name__ == '__main__':
|
||||||
with open("config.yaml", "rb") as config_file:
|
with open("config.yaml", "rb") as config_file:
|
||||||
config = yaml.load(config_file)
|
config = yaml.load(config_file)
|
||||||
|
|
||||||
# ws_url = 'wss://stream.pnut.io/v0/app?access_token='
|
ws_url = 'wss://stream.pnut.io/v0/app?access_token='
|
||||||
ws_url = 'ws://192.168.1.200:9001/?'
|
|
||||||
ws_url += config['PNUT_APPTOKEN'] + '&key=' + config['PNUT_APPKEY']
|
ws_url += config['PNUT_APPTOKEN'] + '&key=' + config['PNUT_APPKEY']
|
||||||
ws_url += '&include_raw=1'
|
ws_url += '&include_raw=1'
|
||||||
matrix_url = config['MATRIX_HOST'] + '/_matrix/client/r0'
|
matrix_url = config['MATRIX_HOST'] + '/_matrix/client/r0'
|
||||||
|
|
Loading…
Reference in a new issue