Docs fixes

This commit is contained in:
thecosmos
2019-05-08 16:55:07 +05:30
parent e9dff32460
commit 5ace2491c6
2 changed files with 5 additions and 8 deletions

View File

@@ -48,14 +48,11 @@ def me():
<img src='{user.avatar_url}' />
</body>
</html>
"""
"""
if __name__ == "__main__":
app.run()
```
@@ -65,4 +62,7 @@ if __name__ == "__main__":
### Documentation
Head over to [documentation] for full API reference.
[documentation]: https://flask-discord.readthedocs.io/en/latest/