mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 11:07:01 -05:00
Compare commits
2 Commits
9b7899f1d8
...
446f9ba291
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
446f9ba291 | ||
|
|
4b08b0a67f |
@ -34,7 +34,7 @@ if args.reset != 'DEFAULT':
|
||||
sel = 'R'
|
||||
|
||||
if interactive:
|
||||
while sel not in ['I', 'U', 'B', 'Q']:
|
||||
while sel not in ['I', 'R', 'B', 'Q']:
|
||||
sel = input('[I]nstall, [R]eset, [B]uy Pritunl, [Q]uit? ').upper()
|
||||
print()
|
||||
|
||||
@ -97,4 +97,4 @@ elif sel == 'B':
|
||||
except:
|
||||
pass
|
||||
elif sel == 'Q':
|
||||
print('Bye!')
|
||||
print('Bye!')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user