How to use quart?
I'm following this tutroial for a webserver and it says to use Quart. But every attempt I've tried it doesn't open a site.
I've tried the following:
- Checking the docs
- Trying my self more then once
- Following the tutroial
What am I doing wrong? I did exactly what's in the quart docs. Thanks in advance.
Voters
Make sure it's hosted in
0.0.0.0:8080
and notlocalhost:8080
or127.0.0.1:8080
Also try this tutorial instead: https://repl.it/talk/learn/Hosting-discordpy-bots-with-replit/11008
@Coder100 thanks. i will let you know if it works
@Coder100 thanks. IT WORKED!!!
Yay!! @CoolDude9000