Fix variables scope

This commit is contained in:
henryruhs 2023-06-02 20:40:05 +02:00
parent 2935185b81
commit 103cb34902

View File

@ -238,7 +238,7 @@ def start():
def run():
global status_label, window
global all_faces, keep_frames, limit_fps, status_label, window
pre_check()
limit_resources()