skkk commited on
Commit
7f839d8
·
1 Parent(s): 8aebcf6
Files changed (1) hide show
  1. Rodin.py +1 -1
Rodin.py CHANGED
@@ -123,7 +123,7 @@ def load_image(img_path):
123
  return image_bytes
124
 
125
  def log(level, info_text):
126
- print(f"[ {level} ] - {time.strftime("%Y%m%d_%H%M%S", time.localtime())} - {info_text}")
127
 
128
  class Generator:
129
  def __init__(self, user_id, password) -> None:
 
123
  return image_bytes
124
 
125
  def log(level, info_text):
126
+ print(f"[ {level} ] - {time.strftime('%Y%m%d_%H%M%S', time.localtime())} - {info_text}")
127
 
128
  class Generator:
129
  def __init__(self, user_id, password) -> None: