bug fix. cpupgrade

This commit is contained in:
Usman Nasir
2021-03-22 20:13:57 +05:00
parent 63e506cc1f
commit 33d4101e99
5 changed files with 127 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ import requests
class InstallLog:
fileName = "/var/log/installLogs.txt"
currentPercent = '10'
LogURL = 'http://cloud.cyberpanel.net:8000/servers/RecvData'
LogURL = 'https://cloud.cyberpanel.net/servers/RecvData'
ServerIP = ''
@staticmethod