Save null seed to settings

This commit is contained in:
Henk
2022-08-14 02:09:53 +02:00
parent c453643e2c
commit 6acccbf7a4
2 changed files with 6 additions and 2 deletions

View File

@ -175,7 +175,6 @@ def num_layers(config):
from flask_socketio import emit
class Send_to_socketio(object):
def write(self, bar):
print("should be emitting: ", bar, end="")
time.sleep(0.01)
try:
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)