diff options
Diffstat (limited to 'plugin_loader/main.py')
| -rw-r--r-- | plugin_loader/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_loader/main.py b/plugin_loader/main.py index 1d622098..37a4ad1d 100644 --- a/plugin_loader/main.py +++ b/plugin_loader/main.py @@ -53,7 +53,7 @@ class PluginManager: "id": 1, "method": "Runtime.evaluate", "params": { - "expression": "resolveMethodCall({}, {})".format(call_id, dumps(response)), + "expression": f"resolveMethodCall({call_id}, {dumps(response)})", "userGesture": True } }, receive=False) |
