Browse Source

Added import sys

prieto 8 years ago
parent
commit
30ad11d1b6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lodel/plugins/webui/run.py

+ 1
- 0
lodel/plugins/webui/run.py View File

@@ -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
 

Loading…
Cancel
Save