You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a small issue, but I think its worth knowing.
The following post request returns None, unlike the other requests which always return an Unique Task ID
'''
taskID = proxmox.connection.nodes("...").qemu("...").template.post()
'''
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
this is a small issue, but I think its worth knowing.
The following post request returns None, unlike the other requests which always return an Unique Task ID
'''
taskID = proxmox.connection.nodes("...").qemu("...").template.post()
'''
Best regards
The text was updated successfully, but these errors were encountered: