Merge pull request #17 from jpap/patch-1

Use /usr/bin/env to find the right python to run
This commit is contained in:
andrey-pohilko
2017-05-23 10:00:36 +06:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import requests
from requests.auth import HTTPBasicAuth