diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-06-25 20:12:29 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-06-25 20:19:06 +0800 |
commit | 6a98cf09349272d1540a821ed048271bae94975a (patch) | |
tree | 217a1a79a6a6ab41e78d511fa2632876aef8895f /git-gmi/const.py | |
parent | 0d5ff48ee49971d7b4c21fc42c7cdb5cc829b8bd (diff) |
View commit
Diffstat (limited to 'git-gmi/const.py')
-rw-r--r-- | git-gmi/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-gmi/const.py b/git-gmi/const.py index 11445c6..44818c6 100644 --- a/git-gmi/const.py +++ b/git-gmi/const.py @@ -2,3 +2,4 @@ STATUS_SUCCESS = "20" STATUS_NOT_FOUND = "51 NOT FOUND" STATUS_TEMPORARY_FAILURE = "40 TEMPORARY FAILURE" META_GEMINI = "text/gemini" +META_PLAINTEXT = "text/plain"
\ No newline at end of file |