update repository references and improve script handling
This commit is contained in:
6
hassio-google-drive-backup/dev/http_exception.py
Normal file
6
hassio-google-drive-backup/dev/http_exception.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiohttp.web import HTTPClientError
|
||||
|
||||
|
||||
class HttpMultiException(HTTPClientError):
|
||||
def __init__(self, code):
|
||||
self.status_code = code
|
||||
Reference in New Issue
Block a user