From 19a8d1caed31f7d666b9df8d743d112eaf7eef37 Mon Sep 17 00:00:00 2001 From: Dustin Date: Sun, 12 Feb 2023 12:59:06 -0500 Subject: [PATCH] Update welcome.py --- scripts/welcome.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/welcome.py b/scripts/welcome.py index ac64d0ca..612bab27 100644 --- a/scripts/welcome.py +++ b/scripts/welcome.py @@ -28,7 +28,7 @@ import urllib.request from dialog import Dialog, PythonDialogBug -class Welcome_dialog(): +class Welcome_dialog: def __init__(self): try: locale.setlocale(locale.LC_ALL, '') @@ -466,4 +466,4 @@ if __name__ == "__main__": ws = Welcome_dialog() ws.vm_information() ws.kvm_control() - ws.display_loop() \ No newline at end of file + ws.display_loop()