mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix python plugin bug introduced in d7399204
This commit is contained in:
parent
4f8dee8fcf
commit
4b31f40026
1 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,11 @@ namespace Wox.Core.Plugin
|
|||
/// </summary>
|
||||
public class JsonRPCServerRequestModel : JsonRPCRequestModel
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
string rpc = base.ToString();
|
||||
return rpc + "}";
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue