-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'QueuedStorage' object has no attribute 'generate_filename' #31
Comments
I'm confirming the same. |
Fixed in master |
Is it fixed? cause i am getting the same error @ashwoods |
'QueuedStorage' object has no attribute 'generate_filename'. Any fix? |
@firmprojects the above error is due to this issue #37 , the package is not updated since 2015. |
Is there
Is there any possible fix anywhere? |
@firmprojects You can extend the QueuedStorage class and add the generate_filename method on your own. Example:
and then use CustomQueuedStorage in your code. You can copy more missing methods from here |
I got this in the doc for the Storage class
The text was updated successfully, but these errors were encountered: