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

Commit

Permalink
Merge pull request #105 from blodone/master
Browse files Browse the repository at this point in the history
fix storage url method
  • Loading branch information
dstegelman committed Oct 17, 2017
2 parents 6785bac + a469bfe commit c514550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailqueue/utils.py
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 c514550

Please sign in to comment.