rhijjawi/NextDNS-API

[Bug/Issue] can't get any response

Closed this issue · 2 comments

Describe the bug
Maybe I'm missing something?
I can't get any response when I run the code

To Reproduce
Run the first lines in code example of doc with your username + password

Expected behavior
response

Screenshots
image

Desktop (please complete the following information):

  • OS: WIN 10
  • Version last

Hey @aviv926!
Thank you for opening an issue on the repo. In Python, as long as code is not running in the interpreter on cmd, you actually have to print() everything you want to see in the terminal.
Let me know if this helped.

Hey @aviv926! Thank you for opening an issue on the repo. In Python, as long as code is not running in the interpreter on cmd, you actually have to print() everything you want to see in the terminal. Let me know if this helped.

Problem solved, thank you!