Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-21 06:57:56 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-21 06:57:56 (GMT)
commit8b457cc86a396a1d9ffd9524aa22fc3ffc80de1f (patch)
treeb54a7de1dfe291cfb36ae2be4a7e9a877181b2d0 /model.py
parent121ccc9cbda6c33666d6dd99cce9054811c4ffed (diff)
51 final (?)
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1019 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/model.py b/model.py
index 4e902f9..c9f2a90 100644
--- a/model.py
+++ b/model.py
@@ -396,6 +396,8 @@ class Model:
tBytes = os.stat(thumbFile)[6]
recd.thumbBytes = tBytes
+ recd.tags = ""
+
#load the mediafile
mediaFile = os.path.join(Instance.instancePath, recd.mediaFilename)
mediaMd5 = utils.md5File( mediaFile )