Skip to content

Commit f171fad

Browse files
committed
oops parenthesis
1 parent f48fef3 commit f171fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/admin/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121

2222
def _default_date_now():
23-
return dtime.strftime(dtime.now(), "%Y-%m-%d"))
23+
return dtime.strftime(dtime.now(), "%Y-%m-%d")
2424

2525
class User(Base):
2626
__tablename__ = "api_user"

0 commit comments

Comments
 (0)