Reduced app name locations to change

This commit is contained in:
2022-10-13 21:19:40 -05:00
parent e427cddec9
commit 39c1306aae
2 changed files with 2 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ if __name__ == "__main__":
''' Set process title, get arguments, and create GTK main thread. '''
try:
setproctitle('<change_me>')
setproctitle(f'{app_name}')
faulthandler.enable() # For better debug info
parser = argparse.ArgumentParser()