diff options
| -rw-r--r-- | shard.yml | 1 | ||||
| -rw-r--r-- | src/invidious.cr | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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", |
