XA7 commited on
Commit
fe64b6c
·
1 Parent(s): b578168
Files changed (1) hide show
  1. ui/story_interface.py +1 -0
ui/story_interface.py CHANGED
@@ -19,6 +19,7 @@ def log_execution(func):
19
  end_str = datetime.fromtimestamp(end_time).strftime('%Y-%m-%d %H:%M:%S')
20
  duration = end_time - start_time
21
 
 
22
 
23
  return result
24
  return wrapper
 
19
  end_str = datetime.fromtimestamp(end_time).strftime('%Y-%m-%d %H:%M:%S')
20
  duration = end_time - start_time
21
 
22
+
23
 
24
  return result
25
  return wrapper