summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hashCheck.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hashCheck.py b/hashCheck.py
index 34618f7..be2a32a 100644
--- a/hashCheck.py
+++ b/hashCheck.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python2
# hashCheck.py
# A basic JSON parser written to access the lite.coin-pool API
# by Jamie Walters (jagw@jagw.co.uk)
@@ -56,4 +57,4 @@ if options.hashrate:
if options.username:
print "We are:", decoded_json['username']
if options.json:
- print decoded_json \ No newline at end of file
+ print decoded_json