Correzione di sintassi.

This commit is contained in:
Emiliano Vavassori 2022-05-01 13:30:26 +02:00
parent eafcc9bc4a
commit 3656b7d0a6
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class Build(loaih.RemoteBuild):
return
# If a prerelease or a daily version, either.
if self.query == 'daily' or self.query == 'prerelease'
if self.query == 'daily' or self.query == 'prerelease':
return
appimagefilename = {}