gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

475b53088fa934a7a71ea8092e3e2249d88b1541 - Matthew Ernisse - 1720369461

tweak thoughts-to-gemini

view tree

view raw

diff --git a/files/thoughts-to-gemini.py b/files/thoughts-to-gemini.py
index e130482..4433c09 100755
--- a/files/thoughts-to-gemini.py
+++ b/files/thoughts-to-gemini.py
@@ -407,7 +407,7 @@ class ThoughtApi(object):
 
 	def _get(self, count=25, before=None, since=None):
 		headers = {'User-Agent': 'thought-to-gemini/1.0'}
-		params = {'count': count}
+		params = {'count': count, 'raw': True}
 
 		if before is not None:
 			params['before'] = before