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