Error fix
Some checks failed
gl/check check status: failure (7e6a69ad28de60d925ed68ed29204b1e455e243a)
Some checks failed
gl/check check status: failure (7e6a69ad28de60d925ed68ed29204b1e455e243a)
This commit is contained in:
parent
151133ff31
commit
7e6a69ad28
@ -67,9 +67,10 @@ def parse_args():
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
|
args = parse_args()
|
||||||
|
|
||||||
if args.debug:
|
if args.debug:
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
args = parse_args()
|
|
||||||
|
|
||||||
logging.debug("Obtaining data from otc_metadata")
|
logging.debug("Obtaining data from otc_metadata")
|
||||||
data = getData(
|
data = getData(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user