@@ -48,7 +48,7 @@ def print_bucket_response(reply):
4848 utils .fmt_output (data )
4949 else :
5050 print (f" Unknown status codes being received from { reply .url } :\n "
51- " {reply.status_code}: {reply.reason}" )
51+ f " { reply .status_code } : { reply .reason } " )
5252
5353
5454def check_gcp_buckets (names , threads ):
@@ -109,7 +109,7 @@ def print_fbrtdb_response(reply):
109109 utils .fmt_output (data )
110110 else :
111111 print (f" Unknown status codes being received from { reply .url } :\n "
112- " {reply.status_code}: {reply.reason}" )
112+ f " { reply .status_code } : { reply .reason } " )
113113
114114
115115def check_fbrtdb (names , threads ):
@@ -159,7 +159,7 @@ def print_fbapp_response(reply):
159159 utils .fmt_output (data )
160160 else :
161161 print (f" Unknown status codes being received from { reply .url } :\n "
162- " {reply.status_code}: {reply.reason}" )
162+ f " { reply .status_code } : { reply .reason } " )
163163
164164def check_fbapp (names , threads ):
165165 """
@@ -218,7 +218,7 @@ def print_appspot_response(reply):
218218 utils .fmt_output (data )
219219 else :
220220 print (f" Unknown status codes being received from { reply .url } :\n "
221- " {reply.status_code}: {reply.reason}" )
221+ f " { reply .status_code } : { reply .reason } " )
222222
223223
224224def check_appspot (names , threads ):
@@ -268,7 +268,7 @@ def print_functions_response1(reply):
268268 HAS_FUNCS .append (reply .url )
269269 else :
270270 print (f" Unknown status codes being received from { reply .url } :\n "
271- " {reply.status_code}: {reply.reason}" )
271+ f " { reply .status_code } : { reply .reason } " )
272272
273273
274274def print_functions_response2 (reply ):
@@ -299,7 +299,7 @@ def print_functions_response2(reply):
299299 utils .fmt_output (data )
300300 else :
301301 print (f" Unknown status codes being received from { reply .url } :\n "
302- " {reply.status_code}: {reply.reason}" )
302+ f " { reply .status_code } : { reply .reason } " )
303303
304304
305305def check_functions (names , brute_list , quickscan , threads ):
0 commit comments