Skip to content

Commit a9c62a2

Browse files
Change print from time.now() to os.now()
Fix incorrect function call for current time. Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent 665d3f2 commit a9c62a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
load_dotenv()
66

77
print(time.time())
8-
print(time.now())
8+
print(os.now())

0 commit comments

Comments
 (0)