diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-21 13:40:05 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-21 13:40:05 +0100 |
commit | 4eac7bba69bf9006d12b6d013a3593be7c642e0e (patch) | |
tree | dac1811530290e96388f9406ba27f95ee1cba54b | |
parent | 5650e1dfd84c45eecf4d6a926c927e765f6a7f71 (diff) | |
download | fingerchange-4eac7bba69bf9006d12b6d013a3593be7c642e0e.tar.xz |
Add shebang
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rwxr-xr-x[-rw-r--r--] | fingerchange.py | 2 |
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 |