1 2 3 4 5 6 7 8 9 10
c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c c934d44cdf5c
import os import json import logging as log log.basicConfig(level=log.INFO,format="%(asctime)s %(levelname)s: %(message)s") thisDir=os.path.dirname(__file__) with open(os.path.join(thisDir,"ftp.json")) as f: ftp=json.load(f)