mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 10:25:48 +03:00
[GH-ISSUE #8] Website query throws error #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Aug 15, 2019).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/8
There was an error getting results
Traceback (most recent call last):
File "Cloudmare.py", line 175, in
logger.error(e)
NameError: name 'logger' is not defined
command run :
python Cloudmare.py www.google.com --subdomain
@mrh0wl commented on GitHub (Aug 23, 2019):
Hi, thanks for sharing your issue. I've been aware of several errors in the script, I am currently working on the script again. You can solve your issue by deleting the last 3 lines (174 to 176). Comment if that help you