summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shard.yml1
-rw-r--r--src/invidious.cr2
2 files changed, 1 insertions, 2 deletions
diff --git a/shard.yml b/shard.yml
index 3ce6e76f..6f63fed2 100644
--- a/shard.yml
+++ b/shard.yml
@@ -13,7 +13,6 @@ dependencies:
github: detectlanguage/detectlanguage-crystal
kemal:
github: kemalcr/kemal
- commit: afd17fc
pg:
github: will/crystal-pg
sqlite3:
diff --git a/src/invidious.cr b/src/invidious.cr
index 78c7c6e1..189c256b 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -78,7 +78,7 @@ Kemal.config.extra_options do |parser|
end
end
-Kemal::CLI.new
+Kemal::CLI.new ARGV
PG_URL = URI.new(
scheme: "postgres",