mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
Remove __main__ from console.py
The Python console isn't meant to run as a standalone.
This commit is contained in:
parent
c5577b0271
commit
c8a4c11a78
1 changed files with 0 additions and 6 deletions
|
@ -353,9 +353,3 @@ welcome_message = '''
|
|||
Welcome to a primitive Python interpreter.
|
||||
---------------------------------------------------------------
|
||||
'''
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
console = Console(startup_message=welcome_message)
|
||||
console.show()
|
||||
sys.exit(app.exec_())
|
||||
|
|
Loading…
Add table
Reference in a new issue