← Back to team overview

indiv-screenlets-dev team mailing list archive

[Bug 716179] [NEW] [ClearWeather] screenlet does not remember ZIP from previous session

 

Public bug reported:

In short:
      The applet don't remember the ZIP code from session to session.
      Please check line 95 in ClearWeatherScreenlet.py file:

self.add_option(StringOption(_('Weather'), 'ZIP', #<<< don't translate this ZIP string
 str(self.ZIP), _('ZIP'), _('The ZIP code to be monitored taken from Weather.com')), realtime=False)

** Affects: indiv-screenlets
     Importance: Undecided
     Assignee: Aditya Kher (adityak)
         Status: In Progress

** Changed in: indiv-screenlets
       Status: New => Confirmed

** Changed in: indiv-screenlets
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of
Individual Screenlets Developers, which is subscribed to Individual
Screenlets.
https://bugs.launchpad.net/bugs/716179

Title:
  [ClearWeather] screenlet does not remember ZIP from previous session

Status in Screenlets — individual widgets development:
  In Progress

Bug description:
  In short:
        The applet don't remember the ZIP code from session to session.
        Please check line 95 in ClearWeatherScreenlet.py file:

  self.add_option(StringOption(_('Weather'), 'ZIP', #<<< don't translate this ZIP string
   str(self.ZIP), _('ZIP'), _('The ZIP code to be monitored taken from Weather.com')), realtime=False)





Follow ups

References