'...', not unicode ellipsis

This commit is contained in:
jesopo 2018-11-17 22:01:09 +00:00
parent 3b952ba66e
commit 39bbde57a0

View file

@ -2,7 +2,7 @@ import itertools, json
from src import ModuleManager, utils from src import ModuleManager, utils
COMMIT_URL = "https://github.com/%s/commit/%s" COMMIT_URL = "https://github.com/%s/commit/%s"
COMMIT_RANGE_URL = "https://github.com/%s/compare/%s%s" COMMIT_RANGE_URL = "https://github.com/%s/compare/%s...%s"
CREATE_URL = "https://github.com/%s/tree/%s" CREATE_URL = "https://github.com/%s/tree/%s"
COMMENT_ACTIONS = { COMMENT_ACTIONS = {