pull/145/head
Pavel Loginov 5 years ago committed by GitHub
parent 4089f92947
commit c930ead7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ time_storage = sql.get_setting('log_time_storage')
time_storage = int(time_storage)
try:
time_storage_hours = time_storage * 24
time_storage_hours = time_storage * 10
for dirpath, dirnames, filenames in os.walk(log_path):
for file in filenames:
curpath = os.path.join(dirpath, file)

Loading…
Cancel
Save