Skip to content

Commit

Permalink
vSMR -> vSMR VATSIM UK (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke11brown authored Jul 11, 2024
1 parent 6784912 commit c2ea260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UK/LogonDetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
file_path = os.path.join(root, file)
with open(file_path, 'r') as f:
line = f.read()
line = line.replace("END", "vSMR:cpdlc_password:"+CPDLC+"\nEND")
line = line.replace("END", "vSMR Vatsim UK:cpdlc_password:"+CPDLC+"\nEND")
writeFile = open(file_path, "w")
writeFile.write(line)

Expand Down

0 comments on commit c2ea260

Please sign in to comment.