Skip to content

Commit

Permalink
Move double newline
Browse files Browse the repository at this point in the history
  • Loading branch information
luke11brown committed Sep 17, 2023
1 parent a902672 commit 44b7043
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"{PrfVCCS}\n\n{PrfName}\n{PrfCID}\n{PrfOBSCallsign}\n{Prfrating}\n")
f.write(f"\n{PrfVCCS}\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 44b7043

Please sign in to comment.