mirror of
https://github.com/evilhero/mylar
synced 2025-03-08 21:03:36 +00:00
FIX: Fixed Test Connection button for SABnzbd as was trying to load local requests module
This commit is contained in:
parent
5431908c83
commit
fe1832e067
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import mylar
|
||||
from mylar import logger
|
||||
|
||||
import requests
|
||||
import lib.requests as requests
|
||||
from bs4 import BeautifulSoup, UnicodeDammit
|
||||
import re
|
||||
import datetime
|
||||
|
|
Loading…
Add table
Reference in a new issue