tuxfoo / lbry-seedit

A simple script to help support the lbry network and your favourite creators on it.
GNU General Public License v2.0
33 stars 10 forks source link

Change shebang to #!/usr/bin/env python3 #27

Closed augustogunsch closed 3 years ago

augustogunsch commented 3 years ago

For some reason #!/bin/python3 was not working for me, so I changed it to #!/usr/bin/env python3, and it worked.