nxcdb: fix escaping sequence

This commit is contained in:
Marshall Hallenbeck
2023-09-20 09:13:29 -04:00
committed by Marshall Hallenbeck
parent 7f5a6f4f50
commit a2dc03773d
+1 -1
View File
@@ -251,7 +251,7 @@ class DatabaseNavigator(cmd.Cmd):
entry = (
share[0], # shareID
share_host, # hosts
f"{user[1]}\{user[2]}", # userID
f"{user[1]}\\{user[2]}", # userID
share[3], # name
share[4], # remark
bool(share[5]), # read