Fixed tabs

This commit is contained in:
thecosmos
2019-05-09 15:46:06 +05:30
parent 62b6f61cd7
commit cfd116b003

View File

@@ -42,15 +42,14 @@ def callback():
def me():
user = discord.fetch_user()
return f"""
<html>
<html>
<head>
<title>{user.name}</title>
</head>
<body>
<img src='{user.avatar_url}' />
</body>
</html>
"""
</html>"""
if __name__ == "__main__":