This commit is contained in:
msincenselee 2015-10-24 08:37:39 +08:00
parent decec65092
commit 389fa9b4f8

View File

@ -384,7 +384,7 @@ def main():
# 让程序连续运行 # 让程序连续运行
sys.exit(app.exec_()) sys.exit(app.exec_())
if __name__ == '__main__': if __name__ == '__main__':
main() main()