mirror of
https://github.com/cvk98/Proxmox-host-maintenance-mode.git
synced 2026-04-25 12:35:50 +03:00
[GH-ISSUE #4] server url bug #1
Labels
No labels
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxmox-host-maintenance-mode#1
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 @tactoad on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/cvk98/Proxmox-host-maintenance-mode/issues/4
Hello,
Seems like there is a bug in the server settings variable.
server = "https://10.100.101.1:8006" throws and exception NameError: name 'server_url' is not defined
It needs to be changed to
server_url = "https://10.100.101.1:8006"
@cvk98 commented on GitHub (Nov 11, 2022):
thanks. you were right.