mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
ui: fixed typo
This commit is contained in:
parent
b87bc2e826
commit
4a37c88db6
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ class UIService(ui_pb2_grpc.UIServicer, QtWidgets.QGraphicsObject):
|
|||
def _disable_temp_rule(args):
|
||||
srv = args[0]
|
||||
# sched task key
|
||||
key = args[1]+args[2]
|
||||
key = args[1]+args[2].name
|
||||
srv._nodes.disable_rule(args[1], args[2].name)
|
||||
try:
|
||||
del srv._sched_tasks[key]
|
||||
|
|
Loading…
Add table
Reference in a new issue