Skip to content

Commit

Permalink
Update web2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspareG authored Apr 10, 2024
1 parent c0578f8 commit dd14391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024-territoriale/web2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Volevo imparare Python e Flask, niente di meglio di una todo app, a quanto dice Reddit!

Sito: [http://todo.challs.territoriale.olicyber.it](http://todo.challs.territoriale.olicyber.it)
Sito: [http://todo.challs.olicyber.it](http://todo.challs.olicyber.it)

Autore: Aleandro Prudenzano <@drw0if>

Expand Down Expand Up @@ -48,7 +48,7 @@ import requests
import re

# For HTTP connection
URL = os.environ.get("URL", "http://todo.challs.territoriale.olicyber.it")
URL = os.environ.get("URL", "http://todo.challs.olicyber.it")
if URL.endswith("/"):
URL = URL[:-1]

Expand Down

0 comments on commit dd14391

Please sign in to comment.