Skip to content

Commit 5f84450

Browse files
committed
wip #164
1 parent a82fe38 commit 5f84450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderbot/program.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ def save(self, program):
106106
self._programs.update(program_db_entry, query.name == program.name)
107107
else:
108108
self._programs.insert(program_db_entry)
109-
json.dump(program.as_dict(), f)
110-
f.close()
111109

112110
def load(self, name):
113111
query = Query()

0 commit comments

Comments
 (0)