We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9df20 commit 4c3637eCopy full SHA for 4c3637e
1 file changed
openadbshell.py
@@ -388,7 +388,7 @@ def reset_all():
388
device_tree.delete(item)
389
if os.path.exists("config.dat"):
390
os.remove("config.dat")
391
- with open ("config.dat", "w", encoding="utf-8") as f:
+ with open("config.dat", "w", encoding="utf-8") as f:
392
f.write("do_cust_command=True\n")
393
f.write("rich_presence=True\n")
394
f.write("do_mods=False\n")
0 commit comments