Skip to content

Commit

Permalink
Try and move VCCS nickname as ES doesn't set it
Browse files Browse the repository at this point in the history
  • Loading branch information
luke11brown authored Sep 17, 2023
1 parent 994d1b6 commit a902672
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 @@ -63,7 +63,7 @@
if file.endswith(".prf"):
file_path = os.path.join(root, file)
with open(file_path, 'a') as f:
f.write(f"\n{PrfName}\n{PrfCID}\n{PrfOBSCallsign}\n{Prfrating}\n{PrfVCCS}\n")
f.write(f"{PrfVCCS}\n\n{PrfName}\n{PrfCID}\n{PrfOBSCallsign}\n{Prfrating}\n")
elif file.endswith("Plugins.txt"):
file_path = os.path.join(root, file)
with open(file_path, 'r') as f:
Expand Down

0 comments on commit a902672

Please sign in to comment.