fix
Browse files- Kaggle_API.py +1 -0
Kaggle_API.py
CHANGED
|
@@ -126,6 +126,7 @@ class API_Connection:
|
|
| 126 |
)
|
| 127 |
|
| 128 |
# run notebook
|
|
|
|
| 129 |
print(self.run(notebook_path))
|
| 130 |
|
| 131 |
number_of_checks = 0
|
|
|
|
| 126 |
)
|
| 127 |
|
| 128 |
# run notebook
|
| 129 |
+
print(rf"Current Time: {data["time"]}")
|
| 130 |
print(self.run(notebook_path))
|
| 131 |
|
| 132 |
number_of_checks = 0
|