Merge remote-tracking branch 'origin/libs/qbittorrent' into fix/unvendor

This commit is contained in:
Labrys of Knossos 2018-12-15 12:21:48 -05:00
commit e7eb7c8085
2 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
# coding=utf-8
from qbittorrent.client import Client

View file

@ -1,6 +1,5 @@
import json
import requests
import json
class LoginRequired(Exception):