Skip to content

Commit

Permalink
Change env to python3 instead of python3.6
Browse files Browse the repository at this point in the history
This change allows users with later versions of python3 to run the
program without having to make sure they have specifically python3.6
installed.
  • Loading branch information
eyeonus committed Oct 27, 2018
1 parent de9ca7a commit 2c897f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3
# --------------------------------------------------------------------
# Copyright (C) Oliver 'kfsone' Smith 2014 <[email protected]>:
# Copyright (C) Bernd 'Gazelle' Gollesch 2016, 2017
Expand Down

0 comments on commit 2c897f8

Please sign in to comment.