镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-07 15:06:48 +00:00
bug fix
这个提交包含在:
@@ -178,6 +178,7 @@ def find_recent_files(directory):
|
|||||||
|
|
||||||
for filename in os.listdir(directory):
|
for filename in os.listdir(directory):
|
||||||
file_path = os.path.join(directory, filename)
|
file_path = os.path.join(directory, filename)
|
||||||
|
if file_path.endswith('.log'): continue
|
||||||
created_time = os.path.getctime(file_path)
|
created_time = os.path.getctime(file_path)
|
||||||
if created_time >= one_minute_ago:
|
if created_time >= one_minute_ago:
|
||||||
recent_files.append(file_path)
|
recent_files.append(file_path)
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户