Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
py660 authored Jun 30, 2023
1 parent e37f3c6 commit 8580888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/replit2/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ def backup(self) -> None:
for i in keys:
ret[i] = self.get_raw(i)

print("ret:", ret)
with open(self.backup_loc, 'w') as fout:
json.dump(ret, fout)

Expand Down

0 comments on commit 8580888

Please sign in to comment.