rename function

This commit is contained in:
Denis Lehmann 2021-04-22 01:04:52 +02:00
parent b81a5bdf1d
commit a43068569d

View file

@ -11,7 +11,7 @@ import time
import toml import toml
def print_greeter(): def print_logo():
logo = """ _ _ _ logo = """ _ _ _
/\ \ /\ \ /\ \ /\ \ /\ \ /\ \
@ -178,8 +178,8 @@ if __name__ == "__main__":
global device_manager, lightmap_directory, profile_directory global device_manager, lightmap_directory, profile_directory
# Print greeter # Print logo
print_greeter() print_logo()
# Create device manager # Create device manager
try: try: