removed unnecessary file

This commit is contained in:
bandrel
2018-07-21 15:04:57 -04:00
parent 4b14250014
commit 9a8ca02f83
-4
View File
@@ -23,10 +23,6 @@ hate_path = os.path.dirname(os.path.realpath(__file__))
if not os.path.isfile(hate_path + '/config.json'):
print('Initializing config.json from config.json.example')
shutil.copy(hate_path + '/config.json.example',hate_path + '/config.json')
if not os.path.isfile(sys.argv[1]):
print('{0} is not a valid file containing hashes'.format(sys.argv[1]))
quit(1)
with open(hate_path + '/config.json') as config:
config_parser = json.load(config)