mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update docker and progress monitoring
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from functools import lru_cache
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
@@ -1271,6 +1272,7 @@ def html(filename):
|
||||
return ""
|
||||
|
||||
|
||||
@lru_cache(maxsize=1)
|
||||
def get_version():
|
||||
version = None
|
||||
if version is None:
|
||||
|
||||
Reference in New Issue
Block a user