nuovo render_items, changelog solo all'apertura di kod

This commit is contained in:
marco
2020-04-01 18:24:57 +02:00
parent 38a726afb0
commit 470fb254cd
8 changed files with 105 additions and 116 deletions

View File

@@ -41,6 +41,10 @@ def start():
from specials.checkhost import test_conn
import threading
threading.Thread(target=test_conn, args=(True, not config.get_setting('resolver_dns'), True, [], [], True)).start()
if not config.dev_mode():
from platformcode import updater
updater.showSavedChangelog()
def run(item=None):
logger.info()