Fixed for dict type

This commit is contained in:
Dimitris Zlatanidis 2024-02-14 12:41:51 +02:00
parent 358f6d46cc
commit a55993bbfa

View file

@ -15,7 +15,7 @@ class SBoGenerate(Configs):
print(f'Generating the {repo_slackbuild_txt} file... ', end='', flush=True)
# slackbuild.info variables
info_var: dict[int] = {
info_var: dict = {
1: 'PRGNAM=',
2: 'VERSION=',
3: 'HOMEPAGE=',