nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

can't add watches #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/home/jeff/trunks/specto-woutc/spectlib/add_watch.py", line 182, in
add_clicked
    id = self.specto.watch_db.create({0:values})[0] #write the options in
the configuration file
  File "/home/jeff/trunks/specto-woutc/spectlib/watch.py", line 235, in create
    watch_ = obj(self.specto, self.id, values[i])
  File
"/home/jeff/trunks/specto-woutc/spectlib/plugins/watch_web_static.py", line
64, in __init__
    Watch.__init__(self, specto, id, values, watch_values)
  File "/home/jeff/trunks/specto-woutc/spectlib/watch.py", line 66, in __init__
    if self.last_updated == "":
AttributeError: Watch_web_static instance has no attribute 'last_updated'

Original issue reported on code.google.com by nekoh...@gmail.com on 15 Mar 2008 at 11:51

GoogleCodeExporter commented 9 years ago
actually, this affects all watch types.

Original comment by nekoh...@gmail.com on 15 Mar 2008 at 11:53

GoogleCodeExporter commented 9 years ago
Was already fixed in rev. 32

Original comment by woutclym...@gmail.com on 16 Mar 2008 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Mar 2008 at 6:12