From 10bb31c5c69e685234baf94f8a70ef1949ff2b83 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 1 Aug 2018 10:31:03 +0100 Subject: Add a shebang and a newline at the end of the file --- hashCheck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3