Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-04 13:21:44 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-04 13:21:44 (GMT)
commit9f3805b5ea7fdbafba8e5ce477b81f21da4a6fbf (patch)
treef9a741806a83f5a2304a756c361652dc6f3976ac /recorded.py
parent1a8095911b6bb01686c1016146c8f3287f7d19f2 (diff)
more debug code
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@421 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/recorded.py b/recorded.py
index 3fac646..3fc3422 100644
--- a/recorded.py
+++ b/recorded.py
@@ -36,6 +36,8 @@ class Recorded:
self.hashKey = None
self.mediaMd5 = None
self.thumbMd5 = None
+ self.mediaBytes = None
+ self.thumbBytes = None
#flag to alert need to re-datastore the title
self.titleChange = False