Fix secrets
This commit is contained in:
parent
8172c2122e
commit
6bcfbba0ed
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,4 +6,5 @@
|
|||||||
configs/config.yaml
|
configs/config.yaml
|
||||||
build
|
build
|
||||||
main.spec
|
main.spec
|
||||||
pyinstallericon.ico
|
pyinstallericon.ico
|
||||||
|
icon.ico
|
||||||
|
@ -110,7 +110,7 @@ print(requests.post(
|
|||||||
<strong>System ID:</strong> {deviceInfo.system_id}<br />
|
<strong>System ID:</strong> {deviceInfo.system_id}<br />
|
||||||
<strong>Security Level:</strong> {deviceInfo.security_level}<br />
|
<strong>Security Level:</strong> {deviceInfo.security_level}<br />
|
||||||
<strong>Host:</strong> {fullHost}/remotecdm/widevine<br />
|
<strong>Host:</strong> {fullHost}/remotecdm/widevine<br />
|
||||||
<strong>Secret:</strong> {deviceInfo.secret}<br />
|
<strong>Secret:</strong> '{deviceInfo.secret}'<br />
|
||||||
<strong>Device Name:</strong> {deviceInfo.device_name}
|
<strong>Device Name:</strong> {deviceInfo.device_name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -121,7 +121,7 @@ print(requests.post(
|
|||||||
<p>
|
<p>
|
||||||
<strong>Security Level:</strong> {prDeviceInfo.security_level}<br />
|
<strong>Security Level:</strong> {prDeviceInfo.security_level}<br />
|
||||||
<strong>Host:</strong> {fullHost}/remotecdm/playready<br />
|
<strong>Host:</strong> {fullHost}/remotecdm/playready<br />
|
||||||
<strong>Secret:</strong> {prDeviceInfo.secret}<br />
|
<strong>Secret:</strong> '{prDeviceInfo.secret}'<br />
|
||||||
<strong>Device Name:</strong> {prDeviceInfo.device_name}
|
<strong>Device Name:</strong> {prDeviceInfo.device_name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user