This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
fix: flake8
pull/388/head
winkidney
1 month ago
parent
a1d0c6142f
commit
005c027350
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
core/models.py
+ 0
- 1
core/models.py
View File
@@ -33,7 +33,6 @@ class ImageManager(models.Manager):
fp.seek(0)
return True
# FIXME: Move this into an asynchronous task
def create_for_url(self, url, referer=None):
file_name = url.split("/")[-1].split('#')[0].split('?')[0]
Write
Preview
Loading…
Cancel
Save