mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 19:25:24 +00:00
typo
This commit is contained in:
parent
a9f34b09d4
commit
e680386f33
@ -1,19 +1,15 @@
|
||||
import logging
|
||||
import time
|
||||
import os
|
||||
import json
|
||||
import argparse
|
||||
import platform
|
||||
from screen_recorder.common import (
|
||||
load_screen_sequences,
|
||||
save_screen_sequences,
|
||||
load_previous_hashes,
|
||||
save_previous_hashes,
|
||||
take_screenshot,
|
||||
is_screen_locked,
|
||||
)
|
||||
|
||||
# 在文件开头添加日志配置
|
||||
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
||||
|
||||
def run_screen_recorder_once(args, base_dir, previous_hashes):
|
||||
|
Loading…
x
Reference in New Issue
Block a user