Commit 63634fd2 authored by Dr.李's avatar Dr.李

FIX: added else clause to set DATA_ENGINE_URI

parent b55a2a11
......@@ -14,6 +14,8 @@ if not SKIP_ENGINE_TESTS:
DATA_ENGINE_URI = os.environ['DB_URI']
except KeyError:
DATA_ENGINE_URI = "mysql+mysqldb://reader:Reader#2020@121.37.138.1:13317/vision?charset=utf8"
else:
DATA_ENGINE_URI = None
if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment