Skip to content

Commit 43417eb

Browse files
authored
Merge pull request #26 from Daylily-Informatics/feature/implementation-plan-phase1-6
X
2 parents ef60cae + d35aed7 commit 43417eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clear_livekit_rooms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def clear_all_rooms():
5151
return 1
5252

5353
print(f"LiveKit URL: {livekit_url}")
54-
print(f"API Key: {livekit_api_key[:10]}...")
54+
print("API Key: ******* (loaded from secrets)")
5555
print()
5656

5757
# Connect to LiveKit

0 commit comments

Comments
 (0)