Skip to content

Commit

Permalink
Merge pull request #676 from TaykYoku/5.0_fix_bugs3
Browse files Browse the repository at this point in the history
[5.0] made tasks argument optional
  • Loading branch information
TaykYoku authored Jun 29, 2022
2 parents ce76718 + 6fd6b47 commit 34e3c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def web_getTransformationData(
gLogger.info("\033[0;31m PRODUCTION SUBMIT REQUEST: \033[0m %s" % (datetime.datetime.utcnow() - pagestart))
return callback

def web_action(self, data_kind, tasks: int, id: int):
def web_action(self, data_kind, id: int, tasks: int = None):
if data_kind == "getLoggingInfo":
return self.__getLoggingInfo(id)
if data_kind == "fileStatus":
Expand Down

0 comments on commit 34e3c42

Please sign in to comment.