From 2c897f87c142ea56a23f361e1e7ce045cb83e2b7 Mon Sep 17 00:00:00 2001 From: eyeonus Date: Sat, 27 Oct 2018 15:52:47 -0600 Subject: [PATCH] Change env to python3 instead of python3.6 This change allows users with later versions of python3 to run the program without having to make sure they have specifically python3.6 installed. --- trade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trade.py b/trade.py index e869102a..15bb51d7 100755 --- a/trade.py +++ b/trade.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3 # -------------------------------------------------------------------- # Copyright (C) Oliver 'kfsone' Smith 2014 : # Copyright (C) Bernd 'Gazelle' Gollesch 2016, 2017