Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwiwi authored Nov 9, 2021
1 parent 66b7d04 commit aa1c8a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import json
import socket
import websockets
import uvloop
#import uvloop

from mqtt_client import MQTT_Hassio
from tydomConnector import TydomWebSocketClient
Expand All @@ -22,8 +22,8 @@

print('Dectecting environnement......')

uvloop.install()
print('uvloop init OK')
#uvloop.install()
#print('uvloop init OK')
# DEFAULT VALUES


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
websockets>=9.1
requests>=2.26
gmqtt>=0.6
uvloop>=0.15.1

0 comments on commit aa1c8a7

Please sign in to comment.