Browse Source

Make espeak pronounce the Dark Sky URL correctly

Clara Hobbs 6 years ago
parent
commit
22925833bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      kayleevc/plugins/darksky.py

+ 1
- 1
kayleevc/plugins/darksky.py View File

@@ -122,7 +122,7 @@ class Plugin(PluginBase):
122 122
         return '{} {} {}'.format(hour, minute, ante_post)
123 123
 
124 124
     def _provider_credits(self):
125
-        return 'Powered by Dark Sky, https://darksky.net/poweredby/.'
125
+        return 'Powered by Dark Sky, https:// dark sky .net/ powered by/.'
126 126
 
127 127
     def _update_cache_if_stale(self):
128 128
         try:

Loading…
Cancel
Save