mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 05:11:02 -04:00
Correct line endings when dumping setting.txt
This commit is contained in:
parent
0c2e13f18a
commit
c604c195d2
@ -123,12 +123,12 @@ class SettingTxt:
|
|||||||
"""
|
"""
|
||||||
# Write the keys back into a text file that can then be manually edited or re-encrypted.
|
# Write the keys back into a text file that can then be manually edited or re-encrypted.
|
||||||
setting_txt = ""
|
setting_txt = ""
|
||||||
setting_txt += f"AREA={self.area}\n"
|
setting_txt += f"AREA={self.area}\r\n"
|
||||||
setting_txt += f"MODEL={self.model}\n"
|
setting_txt += f"MODEL={self.model}\r\n"
|
||||||
setting_txt += f"DVD={self.dvd}\n"
|
setting_txt += f"DVD={self.dvd}\r\n"
|
||||||
setting_txt += f"MPCH={self.mpch}\n"
|
setting_txt += f"MPCH={self.mpch}\r\n"
|
||||||
setting_txt += f"CODE={self.code}\n"
|
setting_txt += f"CODE={self.code}\r\n"
|
||||||
setting_txt += f"SERNO={self.serial_number}\n"
|
setting_txt += f"SERNO={self.serial_number}\r\n"
|
||||||
setting_txt += f"VIDEO={self.video}\n"
|
setting_txt += f"VIDEO={self.video}\r\n"
|
||||||
setting_txt += f"GAME={self.game}\n"
|
setting_txt += f"GAME={self.game}\r\n"
|
||||||
return setting_txt
|
return setting_txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user