Steven10429 commited on
Commit
0904a72
·
verified ·
1 Parent(s): 1bd381b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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: