ソースを参照

Added import sys

prieto 8年前
コミット
30ad11d1b6
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      lodel/plugins/webui/run.py

+ 1
- 0
lodel/plugins/webui/run.py ファイルの表示

@@ -7,6 +7,7 @@ if not LodelContext.is_initialized():
7 7
 import os
8 8
 import hashlib
9 9
 import time
10
+import sys
10 11
 
11 12
 from werkzeug.wrappers import Response
12 13
 

読み込み中…
キャンセル
保存