Skip to content

Commit 978e5ba

Browse files
TimeSleep_ProductTools
1 parent 4f7f0c1 commit 978e5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/kernel_tools/product_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def add_mobile_extras_pack(new_extras_pack_name: str, start_date: str) ->
3030
f"These changes have been completed and should be reflected in your app in 5-10 minutes."
3131
f"\n\n{formatting_instructions}"
3232
)
33-
time.sleep(2)
33+
#time.sleep(2)
3434
return analysis
3535

3636
@staticmethod

0 commit comments

Comments
 (0)