From: Pieter-Jan Briers Date: Mon, 8 Jan 2024 01:38:03 +0000 (+0100) Subject: Fix changelog RSS being broken (#23712) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=75df58092811e894512e94d77bef6180c4dda399;p=space-station-14.git Fix changelog RSS being broken (#23712) --- diff --git a/Tools/actions_changelog_rss.py b/Tools/actions_changelog_rss.py index f6b052cebe..6fa6c79153 100755 --- a/Tools/actions_changelog_rss.py +++ b/Tools/actions_changelog_rss.py @@ -10,6 +10,7 @@ # $env:CHANGELOG_RSS_KEY=[System.IO.File]::ReadAllText($(gci "key")) import os +import paramiko import pathlib import io import base64