Обновить execute.py
This commit is contained in:
@@ -45,7 +45,7 @@ result = os.popen(cmd)
|
|||||||
print('result:' , result.read())
|
print('result:' , result.read())
|
||||||
|
|
||||||
cmd = 'git clone ' + \
|
cmd = 'git clone ' + \
|
||||||
'https://sample_string@codex.r10x.net' + '/' + \
|
'https://' + sample_string + '@codex.r10x.net' + '/' + \
|
||||||
GITHUB_REPOSITORY
|
GITHUB_REPOSITORY
|
||||||
print('cmd:', cmd)
|
print('cmd:', cmd)
|
||||||
result = os.popen(cmd)
|
result = os.popen(cmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user