Update welcome.py
This commit is contained in:
parent
41892e841b
commit
a3f8c74e33
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user