Files
Sub-Zero.bundle/Contents/Code/support/history.py
T
2016-11-01 03:01:59 +01:00

5 lines
140 B
Python

# coding=utf-8
from subzero.history_storage import SubtitleHistory
get_history = lambda: SubtitleHistory(Dict, int(Prefs["history_size"]))