mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Finding memory link under docker
This commit is contained in:
parent
a7defd4e6b
commit
e57e03da32
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@ import os
|
|||
import sqlite3
|
||||
import requests
|
||||
|
||||
from pympler.tracker import SummaryTracker
|
||||
tracker = SummaryTracker()
|
||||
|
||||
from get_general_settings import *
|
||||
from list_subtitles import *
|
||||
|
||||
|
@ -148,3 +151,4 @@ def add_new_episodes():
|
|||
list_missing_subtitles()
|
||||
except:
|
||||
pass
|
||||
tracker.print_diff()
|
||||
|
|
Loading…
Reference in a new issue