Skip to content
Sign UpLog In
Profile icon

PotatoWatch

@PotatoWatch
Being a pro at programming does not mean anything if you don't know what to code
  • status-page-python

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
PotatoWatch
PotatoWatch
shared a Post
1 year ago
How big is the storage of a repl
SixBeeps
SixBeeps
As per the terms of service) (which you have read through, right?), you have 1GB to work with.1 year ago
PotatoWatch
PotatoWatch
shared a Post
2 years ago
I tried to make a ip banner for a flask website and took a little bit from this SO question and this other SO question (both of which are over 7 years
Flask
Python
bravebrowseradm
bravebrowseradm
You simply need to use request.access_route[0] to retrieve the origin ip. This works via replit, cloudflare and other proxies.10 months ago
ch1ck3n
ch1ck3n
all requests are routed to one server therefore all ips are the same in replit so you can't do IP banning in replit2 years ago
PotatoWatch
PotatoWatch
shared a Post
2 years ago
When I attempted to start my flask app on replit, an error said that the url was not found on the server. Here is the link: https://replit.com/@Potato
Flask
Python
CodingCactus
CodingCactus
well you need to make a route for "/"2 years ago