Diego Marroquin commited on
Commit ·
e603670
1
Parent(s): f0ee368
Debugging
Browse files
app.py
CHANGED
|
@@ -634,8 +634,6 @@ def run_app():
|
|
| 634 |
file_name=f"nucmonitor_data_{current_year}-{current_month}-{current_day}-h{current_hour}m{current_minute}s{current_second}.xlsx",
|
| 635 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
| 636 |
)
|
| 637 |
-
else:
|
| 638 |
-
pass
|
| 639 |
|
| 640 |
|
| 641 |
if __name__ == '__main__':
|
|
|
|
| 634 |
file_name=f"nucmonitor_data_{current_year}-{current_month}-{current_day}-h{current_hour}m{current_minute}s{current_second}.xlsx",
|
| 635 |
mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
| 636 |
)
|
|
|
|
|
|
|
| 637 |
|
| 638 |
|
| 639 |
if __name__ == '__main__':
|