Update welcome.py

This commit is contained in:
Fadi AT 2020-03-30 19:36:30 +03:00
parent 41892e841b
commit a3f8c74e33

View File

@ -19,8 +19,7 @@ def fetchMessage():
x = json.loads(str(html)) x = json.loads(str(html))
return x return x
loop = asyncio.get_event_loop() return call()
return loop.run_until_complete(call())
def formatMessage(jsonFormat): def formatMessage(jsonFormat):
try: try: