From 893d94076f42537aff47eb27bc0cbef37f8d9f3f Mon Sep 17 00:00:00 2001 From: Keroosha Date: Mon, 27 Feb 2023 23:03:31 +0300 Subject: [PATCH] }{07 F1{} --- PublishHelperBot/Environment.fs | 2 +- PublishHelperBot/Program.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PublishHelperBot/Environment.fs b/PublishHelperBot/Environment.fs index 6d5d9ab..0d90841 100644 --- a/PublishHelperBot/Environment.fs +++ b/PublishHelperBot/Environment.fs @@ -16,7 +16,7 @@ type public BotConfig = { relayUrl: string chanelId: int64 adminChatId: int64 - YoutubeDlUrl: string + youtubeDlUrl: string } let private readConfig = diff --git a/PublishHelperBot/Program.fs b/PublishHelperBot/Program.fs index 137d894..b199c0c 100644 --- a/PublishHelperBot/Program.fs +++ b/PublishHelperBot/Program.fs @@ -16,7 +16,7 @@ let botClient = TelegramBotClient (config.token, new HttpClient()) let youtubeDlClient = YoutubeDlClient.createClient { Client = new HttpClient() - BaseUrl = config.YoutubeDlUrl + BaseUrl = config.youtubeDlUrl } let tgService =