gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

63c71acd66cc291df2997ee40faa1d2fe62b59b8 - Matthew Ernisse - 1623678200

thumbnails -> assets

view tree

view raw

diff --git a/files/thoughts-to-gemini.py b/files/thoughts-to-gemini.py
index 1edf672..7015a21 100755
--- a/files/thoughts-to-gemini.py
+++ b/files/thoughts-to-gemini.py
@@ -178,7 +178,7 @@ class DeHTMLizer(object):
 
 class Thoughts(object):
 	''' Render Thoughts from the API and save state to disk.'''
-	attachurl = 'https://thoughtsassets.blob.core.windows.net/thumbnails'
+	attachurl = 'https://thoughtsassets.blob.core.windows.net/assets'
 	def __init__(self, thoughtdir):
 		self.api = ThoughtApi()
 		self.thoughtdir = thoughtdir
@@ -331,7 +331,6 @@ class SuperNum(object):
 
 class ThoughtApi(object):
 	''' Provide an interface to my Thoughts. '''
-	imgUrl = 'https://thoughtsassets.blob.core.windows.net/thumbnails'
 	def __init__(self, since=0):
 		self.since = since