[CI] Add missing import for uploading to archive

This commit is contained in:
Bnyro 2023-04-26 20:51:46 +02:00 committed by GitHub
parent e2044e7a48
commit 2b2a2cb85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/uploader.py vendored
View File

@ -1,4 +1,5 @@
from os import system as run, listdir, remove from os import system as run, listdir, remove
from json import load
import tgconfig import tgconfig
with open("../.github/commit.json") as f: with open("../.github/commit.json") as f: