Spaces:
Build error
Build error
Adam Molnar commited on
Commit ·
4783d56
1
Parent(s): 02d76a7
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ async def add_exp_hub(ctx):
|
|
| 71 |
likes = list_liked_repos(f"{hf_user_name}")
|
| 72 |
hf_likes_new = likes.total
|
| 73 |
print(f"hf_likes_new = {hf_likes_new}")
|
| 74 |
-
worksheet2.update(f'G{i}', f'{hf_likes_new}')
|
| 75 |
except Exception as e:
|
| 76 |
print(f"list_liked_repos Error: {e}")
|
| 77 |
|
|
|
|
| 71 |
likes = list_liked_repos(f"{hf_user_name}")
|
| 72 |
hf_likes_new = likes.total
|
| 73 |
print(f"hf_likes_new = {hf_likes_new}")
|
| 74 |
+
worksheet2.update(f'G{i+1}', f'{hf_likes_new}')
|
| 75 |
except Exception as e:
|
| 76 |
print(f"list_liked_repos Error: {e}")
|
| 77 |
|