From 8cb07e07abd8488a2adb813fc8320afd3ffe7724 Mon Sep 17 00:00:00 2001 From: Christian Rodriguez Jacobs Date: Mon, 10 Mar 2025 17:41:03 +0000 Subject: [PATCH] Style improvements. --- bin/pyqso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyqso b/bin/pyqso index bb5b48d..ea00e92 100755 --- a/bin/pyqso +++ b/bin/pyqso @@ -143,7 +143,7 @@ class PyQSO: preferences.commit() preferences.dialog.destroy() -if(__name__ == "__main__"): +if __name__ == "__main__": # Get any command line arguments. parser = argparse.ArgumentParser(prog="pyqso") parser.add_argument("-d", "--debug", action="store_true", default=False, help="Enable debugging. All debugging messages will be written to pyqso.debug.")