diff --git a/frequency.py b/frequency.py index 10e05b6f..4d22f7fa 100644 --- a/frequency.py +++ b/frequency.py @@ -338,7 +338,7 @@ try: # else: no_command = False print(no_command) - except Exception as e: + except Exception as e: print(f"An error occurred: {e}") if (debug_mode == 1): print("Can't read sim.cfg file")