What does this mean? Im confused by it

Question:

What does this mean?

 python3 main.py
 * Serving Flask app ''
 * Debug mode: off
2023-10-14 00:46:32 INFO     discord.client logging in using static token
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on all addresses (0.0.0.0)
 * Running on http://127.0.0.1:8080
 * Running on http://172.31.196.13:8080
Press CTRL+C to quit
2023-10-14 00:46:33 INFO     discord.gateway Shard ID None has connected to Gateway (Session ID: 9242d8fe27f2f827d45842e920bd8c0c).
172.31.196.1 - - [14/Oct/2023 00:46:33] "OPTIONS * HTTP/1.1" 404 -
172.31.196.1 - - [14/Oct/2023 00:46:33] "GET / HTTP/1.1" 200 -
We have logged in as Kairi#4798

Repl link/Link to where the bug appears:

Screenshots, links, or other helpful context:

code snippet

Hi @keyblademasterl !
This is just the regular startup code for every Flask app, just some server info.
Nothing to worry about.
Hope this helps!

3 Likes