From 155f98940dbb9698ae20c86b16fb3717688c5d35 Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Sun, 28 Mar 2010 09:45:38 +0000 Subject: [PATCH] Fixed issue #40 --- .build | 2 +- pylast.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build b/.build index 410b14d..978b4e8 100644 --- a/.build +++ b/.build @@ -1 +1 @@ -25 \ No newline at end of file +26 \ No newline at end of file diff --git a/pylast.py b/pylast.py index 580ad3b..a939f19 100644 --- a/pylast.py +++ b/pylast.py @@ -63,7 +63,7 @@ EVENT_MAYBE_ATTENDING = '1' EVENT_NOT_ATTENDING = '2' PERIOD_OVERALL = 'overall' -PERIOD_7DAYs = "7day" +PERIOD_7DAYS = "7day" PERIOD_3MONTHS = '3month' PERIOD_6MONTHS = '6month' PERIOD_12MONTHS = '12month'