Spaces:
Running
Running
Commit
·
c33034e
1
Parent(s):
a650a84
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ args = []
|
|
15 |
|
16 |
hostname = socket.gethostname()
|
17 |
#ip_address = socket.gethostbyname(hostname)
|
18 |
-
ip_address = '
|
19 |
application = Flask(__name__)
|
20 |
|
21 |
@application.route('/kangas', strict_slashes=False)
|
|
|
15 |
|
16 |
hostname = socket.gethostname()
|
17 |
#ip_address = socket.gethostbyname(hostname)
|
18 |
+
ip_address = 'localhost'
|
19 |
application = Flask(__name__)
|
20 |
|
21 |
@application.route('/kangas', strict_slashes=False)
|