Bir projem var herşeyi hazır proje bitti fakat bu projenin lisanslama kısmında hatalar alıyorum pastebin ile yapıyorum

    url = 'https://pastebin.com/raw/fG9SWJVm' # url of paste
        r = requests.get(url) # response will be stored from url
        content = r.text # raw text from url

        # The list with all keys.
        keys = r.text
        #keys = ["key1", "key2", "key3"]

        
        import subprocess
        
        keyfromme = "Secret"
        # License key from user.

        for key in keys.splitlines():
            if key == keyfromme:
                main_menu()
            else:
                print(f'{gr}Your script is not Activated.Please Send your Activation id to : {re}Your Activation Id: {n}{str(Helpers.GetMachineCode(v=2))}')