Add tests, fix style.
This commit is contained in:
@@ -16,7 +16,7 @@ from bdfr.site_downloaders.base_downloader import BaseDownloader
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class vreddit(BaseDownloader):
|
||||
class Vreddit(BaseDownloader):
|
||||
def __init__(self, post: Submission):
|
||||
super().__init__(post)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user