mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-23 09:16:54 +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': '✅',
|
'added': '✅',
|
||||||
'modified': '📝',
|
'modified': '📝',
|
||||||
'removed': '❌',
|
'removed': '❌',
|
||||||
|
'renamed': '🔄',
|
||||||
|
'copied': '📋',
|
||||||
|
'changed': '📝',
|
||||||
|
'unchanged': '📝',
|
||||||
}
|
}
|
||||||
|
|
||||||
GITHUB_API_LIMIT_PER_HOUR = 5_000
|
GITHUB_API_LIMIT_PER_HOUR = 5_000
|
||||||
|
|
Loading…
Add table
Reference in a new issue