parent
771ca5e0b3
commit
903c7ef580
|
@ -29,7 +29,7 @@ except Exception, e:
|
||||||
print('Error loading config file: %s', e)
|
print('Error loading config file: %s', e)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
api_client = apc.api_client_factory(config)
|
api_client = apc.AirtimeApiClient(config)
|
||||||
|
|
||||||
#helper functions
|
#helper functions
|
||||||
# copy or move files
|
# copy or move files
|
||||||
|
|
Loading…
Reference in New Issue