summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2018-08-01 10:31:03 +0100
committerLuke Bratch <luke@bratch.co.uk>2018-08-01 10:31:03 +0100
commit10bb31c5c69e685234baf94f8a70ef1949ff2b83 (patch)
tree6d074d6a9334000a6559180fd8d3d3a939f1fa96
parentd66e9d96db00e8382c4d857e68cdc2e859c34c6a (diff)
Add a shebang and a newline at the end of the fileHEADmaster
-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