Skip to content

Commit 0c12ada

Browse files
committed
ran black manually
1 parent 0ef218d commit 0c12ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/requests_api_mastodon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def time_calc(input_time):
5454

5555

5656
# Publicly available data no header required
57-
MAST_SOURCE = ("https://"
57+
MAST_SOURCE = (
58+
"https://"
5859
+ Mastodon_Server
5960
+ "/api/v1/accounts/"
6061
+ Mastodon_UserID

0 commit comments

Comments
 (0)