mirror of
https://github.com/thewhiteh4t/pwnedOrNot.git
synced 2026-08-17 18:35:40 +02:00
+1
-1
@@ -37,7 +37,7 @@ def update():
|
||||
ans = raw_input(G + '[!]' + C + ' Update ? [y/n] : ' + W)
|
||||
if ans == 'y':
|
||||
print ('\n' + G + '[+]' + C + ' Updating...' + '\n')
|
||||
subprocess.Popen(['git', 'pull'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
subprocess.call(['git', 'pull'])
|
||||
print (G + '[+]' + C + ' Script Updated...Please Execute Again...')
|
||||
exit()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user