diff options
Diffstat (limited to 'client/modules/Time.py')
| -rw-r--r-- | client/modules/Time.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/modules/Time.py b/client/modules/Time.py index 90ffdf9..8bc5c8e 100644 --- a/client/modules/Time.py +++ b/client/modules/Time.py @@ -14,7 +14,8 @@ def handle(text, mic, profile): Arguments: text -- user-input, typically transcribed speech mic -- used to interact with the user (for both input and output) - profile -- contains information related to the user (e.g., phone number) + profile -- contains information related to the user (e.g., phone + number) """ tz = getTimezone(profile) |
