diff options
-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 |