Browse Source

„Licenseserver/health_view/cron.py“ ändern

undefined
Gabriel Kaufmann 3 years ago
parent
commit
8758bd2d7f
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Licenseserver/health_view/cron.py

+ 3
- 2
Licenseserver/health_view/cron.py View File

@@ -6,8 +6,9 @@ import requests
import json


loginname_restapi = 'gabi'
passwort_restapi = 'Lolo7138'
#logindata for admin acc on Contentserver
loginname_restapi = ''
passwort_restapi = ''


def check_exp_date():

Loading…
Cancel
Save