Browse Source

fix missing import

Daniel Sheffield 1 năm trước cách đây
mục cha
commit
ec47bdf260
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/rest/pyapi.py

+ 1 - 1
app/rest/pyapi.py

@@ -3,7 +3,7 @@
 # All rights reserved
 #
 # THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY
-
+import os
 from io import BytesIO
 from threading import Thread
 from typing import Union