Changeset 33d177a
- Timestamp:
- 11/30/11 11:25:53 (19 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 7748c20
- Parents:
- 6229b12
- git-author:
- yomguy <yomguy@…> (11/30/11 11:25:53)
- git-committer:
- yomguy <yomguy@…> (11/30/11 11:25:53)
- File:
-
- 1 edited
-
telemeta/models/media.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/media.py
r6229b12 r33d177a 468 468 def to_dict(self): 469 469 if self.analyzer_id == 'duration': 470 if '.' in value:470 if '.' in self.value: 471 471 value = self.value.split('.') 472 472 self.value = '.'.join([value[0], value[1][:2]])
Note: See TracChangeset
for help on using the changeset viewer.
