added python3 shebang
This commit is contained in:
Regular → Executable
+2
-1
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
from brewpi_win import Ui_MainWindow
|
||||
from PyQt5 import QtWidgets, QtGui
|
||||
import sys
|
||||
@@ -170,4 +171,4 @@ if __name__ == '__main__':
|
||||
win.show()
|
||||
sys.exit(app.exec_())
|
||||
|
||||
print ("End of program.")
|
||||
print ("End of program.")
|
||||
|
||||
Reference in New Issue
Block a user