From 2b2a2cb85a35fc91eee2bf1fc1666d2f0ce43f8a Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Wed, 26 Apr 2023 20:51:46 +0200 Subject: [PATCH] [CI] Add missing import for uploading to archive --- .github/uploader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/uploader.py b/.github/uploader.py index 7094179d8..6c7d9004f 100644 --- a/.github/uploader.py +++ b/.github/uploader.py @@ -1,4 +1,5 @@ from os import system as run, listdir, remove +from json import load import tgconfig with open("../.github/commit.json") as f: