We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7eaabf commit 337c8b1Copy full SHA for 337c8b1
1 file changed
app/extensions/file/local_uploader.py
@@ -7,7 +7,7 @@
7
8
class LocalUploader(Uploader):
9
10
- def upload(self, **kwargs):
+ def upload(self):
11
ret = []
12
site_domain = current_app.config.get('SITE_DOMAIN')\
13
if current_app.config.get('SITE_DOMAIN') else 'http://127.0.0.1:5000'
0 commit comments