Lenny
Lenny
"From the develop branch," how do I access it? I got mine from the official release page. Where do I access the develop branch?
Nice. One last question, for Visual Studio 2017:  I am getting a certain error. I just installed VS 2017 (formally used 2019) and I don't know what workload to...
Wanted +1 this. There is ``get_websocket`` but how do I get information like status of server or logs from server. Is there a particular example that can be provided?
I don't think regex would play with encoding rather finding the key you are searching for in the Json Ex. ```json { "name": {"first": "Tom", "last": "Anderson"}, "age":37, "children": ["Sara","Alex","Jack"],...
Modified the following code: ```py def delete(self, identifier): url = f"https://api.cloudflare.com/client/v4/zones/{self.ZONE_ID}/dns_records/{identifier}" response = requests.delete(url, headers=self.headers) #Thread(target=CACHE_INSTANCE.get_subdomains(force_refresh=True)).start()
Debug Mode (for config.py) ✅
For Commit #703ef8f, This should fix the /edit issue -> https://github.com/BlossomDNS/register/issues/7
Honestly it would be cool if it had some sort of package manager to install the chrome driver it needs so it gets rid of a lot of complications.