mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix syntax errors
This commit is contained in:
parent
e407f1e49d
commit
e8799c8d5b
1 changed files with 4 additions and 2 deletions
|
@ -203,14 +203,16 @@ your RaspiBlitz behind TOR.
|
|||
|
||||
# if user chosses CANCEL
|
||||
if code != d.OK:
|
||||
sys.exit(0)
|
||||
sys.exit(0)
|
||||
|
||||
torAddress=None
|
||||
torPort=None
|
||||
if tag == "REST":
|
||||
# get TOR address for REST
|
||||
pass
|
||||
if tag == "GRPC":
|
||||
# get TOR address for REST
|
||||
# get TOR address for GRPC
|
||||
pass
|
||||
if tag == "SELF":
|
||||
try:
|
||||
# get custom TOR address
|
||||
|
|
Loading…
Add table
Reference in a new issue