tweak script

This commit is contained in:
parrt 2020-11-24 11:21:13 -08:00
parent fc640c944a
commit f8f2f8c381
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from github import Github
from collections import Counter
import sys
TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php']
TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php', 'dart']
TOKEN=sys.argv[1]
MILESTONE=sys.argv[2]