mirror of
https://github.com/moparisthebest/HttpUploadComponent
synced 2024-11-17 14:44:59 -05:00
fixed typo
This commit is contained in:
parent
48de2ee744
commit
ceaa132978
@ -305,7 +305,7 @@ if __name__ == "__main__":
|
||||
server.socket = ssl.wrap_socket(server.socket, keyfile=config['http_keyfile'], certfile=config['http_certfile'])
|
||||
jid = config['component_jid']
|
||||
secret = config['component_secret']
|
||||
port = int(config.get('component_port',5347)
|
||||
port = int(config.get('component_port',5347))
|
||||
xmpp = MissingComponent(jid,secret,port)
|
||||
if xmpp.connect():
|
||||
xmpp.process()
|
||||
|
Loading…
Reference in New Issue
Block a user