summaryrefslogtreecommitdiff
path: root/git-gmi/const.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-06-25 20:12:29 +0800
committerFrederick Yin <fkfd@macaw.me>2020-06-25 20:19:06 +0800
commit6a98cf09349272d1540a821ed048271bae94975a (patch)
tree217a1a79a6a6ab41e78d511fa2632876aef8895f /git-gmi/const.py
parent0d5ff48ee49971d7b4c21fc42c7cdb5cc829b8bd (diff)
View commit
Diffstat (limited to 'git-gmi/const.py')
-rw-r--r--git-gmi/const.py1
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