summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-14 19:39:55 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-14 19:39:55 +0100
commit1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6 (patch)
treee6a904f6e5c5cff9d86cfaf5bf3846a8e824a857
parentm (diff)
downloadblueshift-1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6.tar.gz
blueshift-1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6.tar.bz2
blueshift-1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py
index 81690aa..a8b15ad 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -27,6 +27,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade):
If you want to control at what to invoke this function next time
you can set the value of the global variable `wait_period` to the
number of seconds to wait before invocing this function again.
+ The value does not need to be an integer.
@param year:int The year
@param month:int The month, 1 = January, 12 = December