diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-14 19:39:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-14 19:39:55 +0100 |
commit | 1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6 (patch) | |
tree | e6a904f6e5c5cff9d86cfaf5bf3846a8e824a857 /src/__main__.py | |
parent | m (diff) | |
download | blueshift-1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6.tar.gz blueshift-1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6.tar.bz2 blueshift-1c120f6ef9e86795a23a0de3c2c58733c8e8d4f6.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 1 |
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 |