Skip to content

Commit

Permalink
fix javlibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
amebajack committed Feb 12, 2020
1 parent 0ac3a6c commit db0f926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youma_javlibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(self):
try:
config_settings = configparser.RawConfigParser()
config_settings.read('ini的設置會影響所有exe的操作結果.ini', encoding='utf-8-sig')
rating_settings = configparser.RawConfigParser()
rating_settings = configparser.RawConfigParser(strict=False)
if os.path.isfile('rating.ini'):
rating_settings.read('rating.ini', encoding='utf-8-sig')

Expand Down

0 comments on commit db0f926

Please sign in to comment.