Ver código fonte

fix missing import

Daniel Sheffield 1 ano atrás
pai
commit
ec47bdf260
1 arquivos alterados com 1 adições e 1 exclusões
  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