Skip to content

Commit cbd2c3d

Browse files
authored
Update synchronization.py
1 parent 13ed0f2 commit cbd2c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/synchronization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def try_passwordstore():
115115

116116
# #2 If it fails, run GUI
117117
if not self.password:
118-
os.system("python3 /app/password_check_gui.py")
118+
os.system(f"python3 {system_dir}/password_check_gui.py")
119119
self.password = try_passwordstore()
120120

121121
# #3 If password is still unavailable, get it from the {DATA}/entered-password.txt file

0 commit comments

Comments
 (0)