nxcdb: fix escaping sequence

main
Marshall Hallenbeck 2023-09-20 09:13:29 -04:00
parent d57f3af7b1
commit ba10268a50
1 changed files with 1 additions and 1 deletions

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