Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 95a908d..b9cca6a 100644
--- a/activity.py
+++ b/activity.py
@@ -450,7 +450,7 @@ class SimpleGraph(activity.Activity):
metadata = jobject.metadata
file_path = jobject.file_path
- if metadata['mime_type'] == "activity/x-stopwatch":
+ if metadata['mime_type'] == "application/x-stopwatch-activity":
reader = StopWatch()
f = open(file_path)