Update welcome.py
This commit is contained in:
parent
41892e841b
commit
a3f8c74e33
@ -19,8 +19,7 @@ def fetchMessage():
|
||||
x = json.loads(str(html))
|
||||
return x
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
return loop.run_until_complete(call())
|
||||
return call()
|
||||
|
||||
def formatMessage(jsonFormat):
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user