mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
extend status list of GitHub files
This commit is contained in:
parent
5c7ac5f792
commit
9d8fb3ac23
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ STATUS_TO_EMOJI = {
|
|||
'added': '✅',
|
||||
'modified': '📝',
|
||||
'removed': '❌',
|
||||
'renamed': '🔄',
|
||||
'copied': '📋',
|
||||
'changed': '📝',
|
||||
'unchanged': '📝',
|
||||
}
|
||||
|
||||
GITHUB_API_LIMIT_PER_HOUR = 5_000
|
||||
|
|
Loading…
Reference in a new issue