mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
36fff955c6
commit
2d3ba077e7
1 changed files with 1 additions and 0 deletions
|
@ -121,5 +121,6 @@ class UIService(ui_pb2_grpc.UIServicer, QtWidgets.QGraphicsObject):
|
|||
def AskRule(self, request, context):
|
||||
self._asking = True
|
||||
rule = self._prompt_dialog.promptUser(request)
|
||||
self._last_ping = datetime.now()
|
||||
self._asking = False
|
||||
return rule
|
||||
|
|
Loading…
Add table
Reference in a new issue