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