mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
Use f-strings instead of .format
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user