Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
4aa312a
1
Parent(s):
d835db2
Update set share=False in iface
Browse files- radiobee/__main__.py +1 -1
radiobee/__main__.py
CHANGED
@@ -109,7 +109,7 @@ if __name__ == "__main__":
|
|
109 |
server_name = "0.0.0.0"
|
110 |
debug = False
|
111 |
debug = True
|
112 |
-
share =
|
113 |
|
114 |
# set UTC+8, probably wont work in hf spaces, no permission
|
115 |
try:
|
|
|
109 |
server_name = "0.0.0.0"
|
110 |
debug = False
|
111 |
debug = True
|
112 |
+
share = False
|
113 |
|
114 |
# set UTC+8, probably wont work in hf spaces, no permission
|
115 |
try:
|