mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixed for dict type
This commit is contained in:
parent
358f6d46cc
commit
a55993bbfa
1 changed files with 1 additions and 1 deletions
|
@ -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=',
|
||||
|
|
Loading…
Reference in a new issue