Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ MARKET_CLOSE = time(15, 30)
|
|
| 60 |
|
| 61 |
|
| 62 |
class TotpRequest(BaseModel):
|
| 63 |
-
totp: str
|
| 64 |
|
| 65 |
|
| 66 |
def refresh_market_close_data_if_due() -> dict:
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
class TotpRequest(BaseModel):
|
| 63 |
+
totp: str = ""
|
| 64 |
|
| 65 |
|
| 66 |
def refresh_market_close_data_if_due() -> dict:
|