Update meta.py
Capitalized the human-readable visibility labels (Public, Private, Unlisted).
This commit is contained in:
parent
42da9d35fa
commit
f539323fb0
1 changed files with 3 additions and 3 deletions
|
|
@ -65,9 +65,9 @@ COUPON_ACTION_TYPES = {
|
|||
}
|
||||
|
||||
VISIBILITY_INT_TO_HUMAN = {
|
||||
0: "private",
|
||||
1: "public",
|
||||
2: "unlisted",
|
||||
0: "Private",
|
||||
1: "Public",
|
||||
2: "Unlisted",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue