Initialize the downloader when started

This commit is contained in:
Alex Ling
2020-05-07 15:42:31 +00:00
parent 34b11dc2c7
commit bd8ae9497f
+1
View File
@@ -26,6 +26,7 @@ OptionParser.parse do |parser|
end end
Config.load(config_path).set_current Config.load(config_path).set_current
MangaDex::Downloader.default
server = Server.new server = Server.new
server.start server.start