mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-05 00:00:44 -04:00
Use the new Log module in Crystal 0.34.0
This commit is contained in:
@@ -25,7 +25,7 @@ parser = OptionParser.parse do |parser|
|
||||
end
|
||||
|
||||
config = Config.load config_path
|
||||
logger = MLogger.new config
|
||||
logger = Logger.new config.log_level
|
||||
storage = Storage.new config.db_path, logger
|
||||
library = Library.new config.library_path, config.scan_interval, logger, storage
|
||||
queue = MangaDex::Queue.new config.mangadex["download_queue_db_path"].to_s,
|
||||
|
||||
Reference in New Issue
Block a user