zpxiaomi commited on
Commit
f1b5057
·
verified ·
1 Parent(s): 2d7cd18

fix argument

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ import pytz
62
  def cat_image_prompt_generator(local_time: str, timezone: str = "Europe/Berlin") -> str:
63
  """Generate a cute cat image prompt based on local time.
64
  Args:
65
- local_time: A string 'YYYY-MM-DD HH:MM' or 'now' for current time
66
  timezone: IANA timezone string (default: 'Europe/Berlin')
67
  """
68
  try:
 
62
  def cat_image_prompt_generator(local_time: str, timezone: str = "Europe/Berlin") -> str:
63
  """Generate a cute cat image prompt based on local time.
64
  Args:
65
+ local_time: A string 'YYYY-MM-DD HH:MM'
66
  timezone: IANA timezone string (default: 'Europe/Berlin')
67
  """
68
  try: