Update assign_tasks.py

patch-1
Prince Chaddha 2023-11-27 14:51:33 +05:30 committed by GitHub
parent 523d229c92
commit 44bf8a9169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import sys
import json
# GitHub credentials
password = sys.argv[3]
password = sys.argv[2]
repo_owner = "projectdiscovery"
repo_name = "nuclei-templates"