Skip to content

Commit 3e702d9

Browse files
committed
Added new line at the end of the script
1 parent 8b9fdce commit 3e702d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Timezone Checker/current_timezone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ def timezone(timezone_1):
1818
inputs.add_argument('-t','--time',type=str, help='Timezone', required=True)
1919
value=inputs.parse_args().time
2020
timezone(value)
21+
2122

0 commit comments

Comments
 (0)