Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 294e28b

Browse files
author
John Clark
committed
add space
1 parent 2409350 commit 294e28b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/rps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def play():
4242
white = Fore.WHITE
4343

4444
datenow = datetime.now()
45-
dateasstr = datenow.strftime("%B %d,%Y %I:%M %p")
45+
dateasstr = datenow.strftime("%B %d, %Y %I:%M %p")
4646

4747
nonstop = config.get('RPS', 'nonstop')
4848
charttype = config.get('Chart','chart_type')

0 commit comments

Comments
 (0)