Skip to content

Commit 7004327

Browse files
committed
ran black
1 parent e76d9fa commit 7004327

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/requests_adafruit_discord_active_online.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959

6060
while True:
6161
try:
62-
print("\nAttempting to GET DISCORD SHIELD JSON!") # --------------------------------
62+
print(
63+
"\nAttempting to GET DISCORD SHIELD JSON!"
64+
) # --------------------------------
6365
# Print Request to Serial
6466
debug_request = True # Set true to see full request
6567
if debug_request:
@@ -84,7 +86,9 @@
8486
print("JSON Value: ", ada_users)
8587
online_string = " online"
8688
replace_with_nothing = ""
87-
string_replace_users = ada_users.replace(online_string, replace_with_nothing)
89+
string_replace_users = ada_users.replace(
90+
online_string, replace_with_nothing
91+
)
8892
print("Replaced Value: ", string_replace_users)
8993
print("Monotonic: ", time.monotonic())
9094

0 commit comments

Comments
 (0)