Added shebang (python3).

This commit is contained in:
Achim D. Brucker 2016-09-08 22:49:03 +01:00
parent ed0799f70f
commit 9f63a710ca
1 changed files with 1 additions and 0 deletions

1
crawler.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import requests
import time
import sys