mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-12-20 04:36:13 +01:00
correct check
This commit is contained in:
@@ -161,7 +161,7 @@ if tag == "NEW1":
|
|||||||
|
|
||||||
# check if Blitz is running behind TOR
|
# check if Blitz is running behind TOR
|
||||||
cfg.reload()
|
cfg.reload()
|
||||||
if cfg.run_behind_tor:
|
if not cfg.run_behind_tor:
|
||||||
Dialog(dialog="dialog",autowidgetsize=True).msgbox('''
|
Dialog(dialog="dialog",autowidgetsize=True).msgbox('''
|
||||||
The IP2TOR service just makes sense if you run
|
The IP2TOR service just makes sense if you run
|
||||||
your RaspiBlitz behind TOR.
|
your RaspiBlitz behind TOR.
|
||||||
|
|||||||
Reference in New Issue
Block a user