diff options
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 |