[ВОЛК] фикс вывода лога
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-21 12:51:32 +03:00
parent aa417538a1
commit 53db795675
+1 -1
View File
@@ -163,7 +163,7 @@ def load_categories():
with urlopen(desc_url) as response:
# Явно указываем кодировку UTF-8 при декодировании
raw_data = response.read()
log_message("raw data read)
log_message("raw data read")
try:
decoded_data = raw_data.decode('utf-8')
log_message("data decoded")