Merge pull request #1704 from thinkerou/master
Add shebang for webspider.py
This commit is contained in:
commit
c20c44d776
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import time
|
||||
from datetime import timedelta
|
||||
|
||||
|
|
Loading…
Reference in New Issue