Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
fix storage url method
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin Dandache committed Sep 25, 2017
1 parent dcd283c commit a469bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailqueue/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, location=None):
location = settings.MAILQUEUE_ROOT
FileSystemStorage.__init__(self, location=location)

def url(self):
def url(self, **kwargs):
return ''


Expand Down

0 comments on commit a469bfe

Please sign in to comment.