style
This commit is contained in:
@@ -142,7 +142,7 @@ def generator_view(request):
|
|||||||
extras = {}
|
extras = {}
|
||||||
extras['runasadmin'] = runasadmin
|
extras['runasadmin'] = runasadmin
|
||||||
extras['urlLink'] = urlLink
|
extras['urlLink'] = urlLink
|
||||||
extras['delayFix'] = delayFix
|
extras['delayFix'] = 'true' if delayFix else 'false'
|
||||||
extra_input = json.dumps(extras)
|
extra_input = json.dumps(extras)
|
||||||
|
|
||||||
####from here run the github action, we need user, repo, access token.
|
####from here run the github action, we need user, repo, access token.
|
||||||
|
|||||||
Reference in New Issue
Block a user