Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ if __name__ == "__main__":
|
|
140 |
help="path of your config file",
|
141 |
)
|
142 |
parser.add_argument(
|
143 |
-
"--share", default=
|
144 |
)
|
145 |
parser.add_argument(
|
146 |
"-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log"
|
|
|
140 |
help="path of your config file",
|
141 |
)
|
142 |
parser.add_argument(
|
143 |
+
"--share", default=True, help="make link public", action="store_true"
|
144 |
)
|
145 |
parser.add_argument(
|
146 |
"-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log"
|