Parcourir la source

Make espeak pronounce the Dark Sky URL correctly

Clara Hobbs il y a 6 ans
Parent
révision
22925833bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      kayleevc/plugins/darksky.py

+ 1
- 1
kayleevc/plugins/darksky.py Voir le fichier

@@ -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:

Chargement…
Annuler
Enregistrer