Skip to content

Commit 078436d

Browse files
committed
Removed 3.5 from the build and fixed extra space in opentok.py
1 parent 71ee54c commit 078436d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.5, 3.6, 3.7, 3.8.8, 3.9]
11+
python-version: [3.6, 3.7, 3.8.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v2

opentok/opentok.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,6 @@ def dial(self, session_id, token, sip_uri, options=[]):
10591059
observeForceMute = True
10601060
payload["sip"]["observeForceMute"] = options["observeForceMute"]
10611061

1062-
10631062
endpoint = self.endpoints.dial_url()
10641063

10651064
logger.debug(

0 commit comments

Comments
 (0)