mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Add default value for on_stop when constructing Reactor
This commit is contained in:
@@ -248,7 +248,7 @@ def expand_target(target):
|
||||
|
||||
|
||||
class Reactor(object):
|
||||
def __init__(self, run_until_return, on_stop):
|
||||
def __init__(self, run_until_return, on_stop=None):
|
||||
self._running = False
|
||||
self._run_until_return = run_until_return
|
||||
self._on_stop = on_stop
|
||||
|
||||
Reference in New Issue
Block a user