Update app.py
Browse files
app.py
CHANGED
|
@@ -269,8 +269,7 @@ print(response)
|
|
| 269 |
repo_name=repo_name,
|
| 270 |
quant_methods=quant_methods,
|
| 271 |
created_at=time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
|
| 272 |
-
username=username
|
| 273 |
-
repo_name=repo_name
|
| 274 |
)
|
| 275 |
|
| 276 |
with open(readme_path, "w") as f:
|
|
|
|
| 269 |
repo_name=repo_name,
|
| 270 |
quant_methods=quant_methods,
|
| 271 |
created_at=time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
|
| 272 |
+
username=username
|
|
|
|
| 273 |
)
|
| 274 |
|
| 275 |
with open(readme_path, "w") as f:
|