From a43068569d8f21273c95ef2efdfa270d12a79d16 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 22 Apr 2021 01:04:52 +0200 Subject: [PATCH] rename function --- bin/rzr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/rzr b/bin/rzr index a25ea54..e6561c3 100644 --- a/bin/rzr +++ b/bin/rzr @@ -11,7 +11,7 @@ import time import toml -def print_greeter(): +def print_logo(): logo = """ _ _ _ /\ \ /\ \ /\ \ @@ -178,8 +178,8 @@ if __name__ == "__main__": global device_manager, lightmap_directory, profile_directory - # Print greeter - print_greeter() + # Print logo + print_logo() # Create device manager try: