File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import json
22import time
33from datetime import UTC , datetime
4- from typing import cast
54
65import grpc
76import requests
Original file line number Diff line number Diff line change @@ -197,9 +197,7 @@ def testconfig():
197197 config .smtp_password = "password"
198198
199199 config .enable_media = True
200- config .media_server_secret_key = bytes .fromhex (
201- "91e29bbacc74fa7e23c5d5f34cca5015cb896e338a620003de94a502a461f4bc"
202- )
200+ config .media_server_secret_key = bytes .fromhex ("91e29bbacc74fa7e23c5d5f34cca5015cb896e338a620003de94a502a461f4bc" )
203201 config .media_server_bearer_token = "c02d383897d3b82774ced09c9e17802164c37e7e105d8927553697bf4550e91e"
204202 config .media_server_base_url = "http://localhost:5001"
205203 config .media_server_upload_base_url = "http://localhost:5001"
You can’t perform that action at this time.
0 commit comments