Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWalker01 authored and luke11brown committed Aug 24, 2024
1 parent e1dde22 commit a97b588
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 @@ -111,7 +111,7 @@
file_path = os.path.join(root,file)
with open(file_path,'r') as f:
line = f.read()
line = line.replace("Submit feedback at vats.im/atcfb",f"Submit feeback at vatsim.uk/atcfb?cid={CID}")
line = line.replace("Submit feedback at vats.im/atcfb",f"Submit feedback at vatsim.uk/atcfb?cid={CID}")
with open(file_path,'w') as out_f:
out_f.write(line)

Expand Down

0 comments on commit a97b588

Please sign in to comment.