syntax fix for other python versions
This commit is contained in:
@@ -14,7 +14,7 @@ async def resolve(url):
|
||||
async with aiohttp.ClientSession() as session:
|
||||
async with session.get(url) as response:
|
||||
message = response.url
|
||||
return message
|
||||
return str(message)
|
||||
|
||||
# use the dice module for rolling.
|
||||
def roll(notation):
|
||||
|
||||
Reference in New Issue
Block a user