Обновить execute.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user