better etcd inits
This commit is contained in:
parent
f3f2f6127a
commit
597dedb1ff
2 changed files with 8 additions and 5 deletions
|
|
@ -5,9 +5,8 @@ import subprocess as sp
|
|||
import time
|
||||
from uuid import uuid4
|
||||
|
||||
from etcd3_wrapper import Etcd3Wrapper
|
||||
from filescanner import logger
|
||||
from config import env_vars
|
||||
from config import env_vars, etcd_client
|
||||
|
||||
|
||||
def getxattr(file, attr):
|
||||
|
|
@ -74,8 +73,6 @@ def main():
|
|||
|
||||
FILE_PREFIX = env_vars.get("FILE_PREFIX")
|
||||
|
||||
etcd_client = Etcd3Wrapper(host=env_vars.get("ETCD_URL"))
|
||||
|
||||
# Recursively Get All Files and Folder below BASE_DIR
|
||||
files = glob.glob("{}/**".format(BASE_DIR), recursive=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue