This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
fix: flake8
pull/388/head
winkidney
1 月之前
父節點
a1d0c6142f
當前提交
005c027350
共有
1 個文件被更改
,包括
0 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
core/models.py
+ 0
- 1
core/models.py
查看文件
@@ -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…
取消
儲存