Skip to content

Commit

Permalink
Fix yaml format by using 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 24, 2024
1 parent ee0e7f1 commit 41bb34a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,12 @@ def disable_uplay_overlay() -> bool:
try:
data = """
overlay:
enabled: false
forceunhookgame: false
fps_enabled: false
warning_enabled: false
enabled: false
forceunhookgame: false
fps_enabled: false
warning_enabled: false
user:
closebehavior: CloseBehavior_Close""".lstrip()
closebehavior: CloseBehavior_Close""".lstrip()

with open(config_file, 'a+', encoding='ascii') as file:
file.write(data)
Expand Down

0 comments on commit 41bb34a

Please sign in to comment.