mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-25 00:00:36 -05:00
Empty ARGV before starting Kemal (#53)
This commit is contained in:
@@ -29,6 +29,8 @@ class CLI < Clim
|
|||||||
Config.load(opts.config).set_current
|
Config.load(opts.config).set_current
|
||||||
MangaDex::Downloader.default
|
MangaDex::Downloader.default
|
||||||
|
|
||||||
|
# empty ARGV so it won't be passed to Kemal
|
||||||
|
ARGV.clear
|
||||||
server = Server.new
|
server = Server.new
|
||||||
server.start
|
server.start
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user