Skip to content

Commit 326075f

Browse files
committed
Checking in
1 parent fddda72 commit 326075f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ ENV/
104104
# IDE settings
105105
.vscode/
106106
.idea/
107+
108+
test.py

vapi_python/vapi_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from daily import *
22
import requests
3-
from daily_call import DailyCall
3+
from .daily_call import DailyCall
44

55
SAMPLE_RATE = 16000
66
CHANNELS = 1

0 commit comments

Comments
 (0)