Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
cycz committed Feb 10, 2020
1 parent 57a9e6f commit ac3a34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_json(s):


def getconfigMd5():
with open('configMy.ini', 'r', encoding='utf-8') as f:
with open('configDemo.ini', 'r', encoding='utf-8') as f:
configText = f.read()
return hashlib.md5(configText.encode('utf-8')).hexdigest()

Expand Down

0 comments on commit ac3a34d

Please sign in to comment.