diff options
| author | Schark <jordan@schark.online> | 2026-02-10 01:41:11 -0500 |
|---|---|---|
| committer | Schark <jordan@schark.online> | 2026-02-10 01:41:11 -0500 |
| commit | 6e4ada6e083c652635fc9147301d971df7a7cad5 (patch) | |
| tree | 83926eb4d242abc0e6baf7ad444a416b40d134a2 | |
| parent | 3e620e78041bbe5db23ed7aa1f572f4acc81643d (diff) | |
| download | cs2pov-6e4ada6e083c652635fc9147301d971df7a7cad5.tar.gz cs2pov-6e4ada6e083c652635fc9147301d971df7a7cad5.zip | |
Adjust timing
| -rw-r--r-- | cs2pov/cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs2pov/cli.py b/cs2pov/cli.py index 4a55dfc..ee67945 100644 --- a/cs2pov/cli.py +++ b/cs2pov/cli.py @@ -261,8 +261,8 @@ def record_demo( if wait_for_demo_ready(console_log_path, timeout=180): print(" Demo ready") if verbose: - print(" Waiting 10s before hiding demo UI...") - time.sleep(10) + print(" Waiting 20s before hiding demo UI...") + time.sleep(20) if window_id and send_key("shift+F2", display_str, window_id): if verbose: print(" Sent Shift+F2 to hide demo UI") |
