feat: rename AirtimeApiClient to ApiClient

This commit is contained in:
jo 2022-07-22 13:27:16 +02:00 committed by Kyle Robbertze
parent 6f2724dad1
commit 473e770e8a
13 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@ import traceback
from queue import Empty
from threading import Thread
from libretime_api_client.v2 import AirtimeApiClient as ApiClient
from libretime_api_client.v2 import ApiClient
from loguru import logger
from requests.exceptions import ConnectionError, Timeout