Skip to content

Commit

Permalink
randline updated to include day of week
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhz committed Nov 23, 2018
1 parent 5908b23 commit bc76303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions randline.py
Expand Up @@ -33,6 +33,7 @@ def main():
'timeOfDay': timeOfDay(now),
'dayOrNight': dayOrNight(now),
'todayOrTonight': todayOrTonight(now),
'dayOfWeek': dayOfWeek(now),
'name': name
})

Expand Down

0 comments on commit bc76303

Please sign in to comment.