Update assign_tasks.py

This commit is contained in:
Prince Chaddha
2023-11-27 16:13:25 +05:30
committed by GitHub
parent 38888be302
commit 89e3e42492

View File

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