Skip to content

Commit f9c3a94

Browse files
Update README.md
1 parent e166daf commit f9c3a94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ to
101101
```
102102
return datetime.strftime(time, '%Y-%m-%d:%H:%M:%S')
103103
```
104-
.
104+
105+
105106
You will also need to update the tests. Change line 7 of `example-app/utils/tests/test_time.py`
106107
```
107108
assert(format_time(current_time) == datetime.strftime(current_time, '%Y-%m-%d %H:%M:%S'))

0 commit comments

Comments
 (0)