Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # The key was issued on 29th of June, 30 days duration.
  2. # import base64
  3. # start_time = -int(0x7FFFFFFFFFFFFFFF)-1
  4. # end_time = int(0x7FFFFFFFFFFFFFFF)
  5. # license_id = 100
  6. # enterprise_features_enabled = True
  7. # kind = 'enterprise'
  8. # license_dict = {
  9. # 'start_time': start_time,
  10. # 'end_time': end_time,
  11. # 'id': license_id,
  12. # 'kind': 'enterprise'
  13. # }
  14. # base64.b64encode(json.dumps(license_dict).encode('utf-8'))
  15. # 'E1' + my_license
  16. LICENSE_KEY = 'E1eyJzdGFydF90aW1lIjoiMjAxOS0wNy0yOVQxMDoyMzozNiswMDowMCIsImVuZF90aW1lIjoiMjAxOS0wOC0yOFQxMDoyMzozNiswMDowMCIsImlkIjoiZWY2Y2FhMTUtZDcxYy00ZGI5LWEyMDItYzc1MWVmYmQ5YTI0Iiwia2luZCI6InRyaWFsIn0='
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement