mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
@@ -60,6 +60,7 @@ class Command:
|
|||||||
|
|
||||||
# Move to recordings folder
|
# Move to recordings folder
|
||||||
new_path = recordings_dir / f"recording_{datetime.now().strftime('%Y%m%d_%H-%M-%S')}.mp4"
|
new_path = recordings_dir / f"recording_{datetime.now().strftime('%Y%m%d_%H-%M-%S')}.mp4"
|
||||||
|
recordings_dir.mkdir(exist_ok=True, parents=True)
|
||||||
recording_path.rename(new_path)
|
recording_path.rename(new_path)
|
||||||
|
|
||||||
# Close start notification
|
# Close start notification
|
||||||
|
|||||||
Reference in New Issue
Block a user