Spaces:
Runtime error
Runtime error
freemt commited on
Commit ·
db84e9c
1
Parent(s): 423e722
Update both file1 and file2 None, error_msg
Browse files- radiobee/__main__.py +2 -2
radiobee/__main__.py
CHANGED
|
@@ -482,8 +482,8 @@ if __name__ == "__main__":
|
|
| 482 |
title=f"radiobee-dev {__version__} 🔠",
|
| 483 |
description=description,
|
| 484 |
article=article,
|
| 485 |
-
|
| 486 |
-
examples_per_page=5,
|
| 487 |
# theme="darkgrass",
|
| 488 |
# theme="grass",
|
| 489 |
# layout="vertical", # horizontal unaligned
|
|
|
|
| 482 |
title=f"radiobee-dev {__version__} 🔠",
|
| 483 |
description=description,
|
| 484 |
article=article,
|
| 485 |
+
examples=examples,
|
| 486 |
+
# examples_per_page=5,
|
| 487 |
# theme="darkgrass",
|
| 488 |
# theme="grass",
|
| 489 |
# layout="vertical", # horizontal unaligned
|