Skip to content

Commit

Permalink
Forgot one call to Backup()
Browse files Browse the repository at this point in the history
  • Loading branch information
birgerro committed May 23, 2015
1 parent cc6d510 commit a1c9b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def ReceiveUpload(self, request):
response = ''

obj_id = request.args['didx'][0].split('=')[1]
backup = Backup()
backup = Backup(self.config_file)

data = request.content.read()
backup.WriteObject(obj_id, data)
Expand Down

0 comments on commit a1c9b71

Please sign in to comment.