Spaces:
Sleeping
Sleeping
Saketh-Reddy
commited on
Commit
•
678a8d5
1
Parent(s):
b9721b4
Update main.py
Browse files
main.py
CHANGED
@@ -49,7 +49,7 @@ async def post_webhook(
|
|
49 |
def update_cloned_repo(payload: WebhookPayload):
|
50 |
# Create the update_cloned_repo project
|
51 |
try:
|
52 |
-
snapshot_download(repo_id="SakethTest/ThirdParty",local_dir="ThirdParty")
|
53 |
api.upload_folder(
|
54 |
folder_path="./ThirdParty",
|
55 |
repo_id="shellplc/ThirdParty",
|
|
|
49 |
def update_cloned_repo(payload: WebhookPayload):
|
50 |
# Create the update_cloned_repo project
|
51 |
try:
|
52 |
+
snapshot_download(repo_id="SakethTest/ThirdParty",local_dir="./ThirdParty")
|
53 |
api.upload_folder(
|
54 |
folder_path="./ThirdParty",
|
55 |
repo_id="shellplc/ThirdParty",
|