mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Quickfix revert native write
This commit is contained in:
parent
5ddce6763b
commit
4d7138abb5
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ def handleMessage(message):
|
|||
reply["code"] = 2
|
||||
|
||||
elif cmd == "write":
|
||||
with open(path, "w") as file:
|
||||
with open(message["file"], "w") as file:
|
||||
file.write(message["content"])
|
||||
|
||||
elif cmd == "writerc":
|
||||
|
|
Loading…
Add table
Reference in a new issue