Skip to content

Commit

Permalink
Update تحديث البوت.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Dec 13, 2023
1 parent 085a85b commit 627ae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repthon/plugins/تحديث البوت.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def deploy(event, repo, ups_rem, ac_br, txt):
event, "`Build failed!\n" "Cancelled or there were some errors...`"
)
try:
remote.push("main:main", force=True)
remote.push("main", force=True)
except Exception as error:
await event.edit(f"{txt}\n**Here is the error log:**\n`{error}`")
return repo.__del__()
Expand Down

0 comments on commit 627ae72

Please sign in to comment.