Spaces:
Running
Running
arslan-ahmed
commited on
Commit
•
d2c6fd5
1
Parent(s):
c4968c3
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ from ttyd_consts import *
|
|
28 |
###############################################################################################
|
29 |
|
30 |
|
31 |
-
# select the mode at runtime
|
32 |
if os.getenv("TTYD_MODE")=='arslan':
|
33 |
mode = mode_arslan
|
34 |
elif os.getenv("TTYD_MODE")=='nustian':
|
|
|
28 |
###############################################################################################
|
29 |
|
30 |
|
31 |
+
# select the mode at runtime when starting container - modes options are in ttyd_consts.py
|
32 |
if os.getenv("TTYD_MODE")=='arslan':
|
33 |
mode = mode_arslan
|
34 |
elif os.getenv("TTYD_MODE")=='nustian':
|