No longer prints change list
This commit is contained in:
parent
aaf31dc065
commit
a536738c1a
1
patch.py
1
patch.py
@ -30,7 +30,6 @@ def update_hash(current_hash):
|
|||||||
def update_change_list(message):
|
def update_change_list(message):
|
||||||
ripmeJson = get_ripme_json()
|
ripmeJson = get_ripme_json()
|
||||||
with open('ripme.json', 'w') as dataFile:
|
with open('ripme.json', 'w') as dataFile:
|
||||||
print(ripmeJson["changeList"])
|
|
||||||
ripmeJson["changeList"].insert(0, message)
|
ripmeJson["changeList"].insert(0, message)
|
||||||
json.dump(ripmeJson, dataFile, indent=4)
|
json.dump(ripmeJson, dataFile, indent=4)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user