mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Merge pull request #1255 from staticssleever668/fix_unbound_service
ui: make sure 'service' variable is set
This commit is contained in:
commit
dd6b3c57f7
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ Examples:
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
service = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
Utils.create_socket_dirs()
|
Utils.create_socket_dirs()
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
app = QtWidgets.QApplication(sys.argv)
|
||||||
|
|
Loading…
Add table
Reference in a new issue