Обновить execute.py

This commit is contained in:
2025-03-29 15:51:49 +03:00
parent 813a49c94b
commit ab0a8e8684

View File

@@ -45,7 +45,7 @@ result = os.popen(cmd)
print('result:' , result.read())
cmd = 'git clone ' + \
'https://sample_string@codex.r10x.net' + '/' + \
'https://' + sample_string + '@codex.r10x.net' + '/' + \
GITHUB_REPOSITORY
print('cmd:', cmd)
result = os.popen(cmd)