mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-04 20:05:29 -04:00
Empty ARGV before starting Kemal (#53)
This commit is contained in:
parent
3b737c0bee
commit
54123917af
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user