summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-21 13:40:05 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-21 13:40:05 +0100
commit4eac7bba69bf9006d12b6d013a3593be7c642e0e (patch)
treedac1811530290e96388f9406ba27f95ee1cba54b
parent5650e1dfd84c45eecf4d6a926c927e765f6a7f71 (diff)
downloadfingerchange-4eac7bba69bf9006d12b6d013a3593be7c642e0e.tar.xz
Add shebang
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rwxr-xr-x[-rw-r--r--]fingerchange.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fingerchange.py b/fingerchange.py
index 30936ad..18410fb 100644..100755
--- a/fingerchange.py
+++ b/fingerchange.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
from textwrap import fill, indent
from bs4 import BeautifulSoup
import requests