zhangbo há 1 ano atrás
pai
commit
530ec32a67
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      zhangbo/redis_test.py

+ 4 - 0
zhangbo/redis_test.py

@@ -1,10 +1,14 @@
 from utils import RedisHelper
 from config import set_config
 from log import Log
+import sys
+sys.path.append("zhangbo/")
+sys.path.append("../")
 config_, _ = set_config()
 log_ = Log()
 redis_helper = RedisHelper()
 
+
 if __name__ == '__main__':
 
     key = "RISK_SHIELD_FILTER_RULE_V1_JSON"