Skip to content

Commit d46eabf

Browse files
authored
简陋的pixabay图片下载器
1 parent 9f2ee6a commit d46eabf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pixabay.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# !usr/bin/env python
2-
# -*-coding:utf-8 -*-
1+
#!usr/bin/env python
2+
# -*-coding:utf-8 -*-
33
__author__='WYY'
44
__date__='2017.03.17'
55

@@ -126,4 +126,4 @@ def saveMorePage(self):
126126
print u'\n',u'圆满成功!!!'
127127

128128
spider=Spider()
129-
spider.saveMorePage()
129+
spider.saveMorePage()

0 commit comments

Comments
 (0)