Skip to content

Commit f27f91e

Browse files
machawk1ibnesayeed
andcommitted
Rm superflous space
Co-authored-by: Sawood Alam <[email protected]>
1 parent b0012ee commit f27f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundledApps/WAIL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ def accessible(self):
16031603

16041604
try:
16051605
handle = urlopen(self.uri, None, 3)
1606-
print(f"Service: {self.__class__.__name__} is a go! ")
1606+
print(f"Service: {self.__class__.__name__} is a go!")
16071607
return True
16081608
except IOError as e:
16091609
if hasattr(e, "code"): # HTTPError

0 commit comments

Comments
 (0)