lsymds / hetznercloud-py

Python SDK for the new Hetzner cloud
MIT License
30 stars 12 forks source link

"My required server name" is not a valid hostname #20

Closed brejoc closed 6 years ago

brejoc commented 6 years ago

Since name is used as the hostname, you can't have a name with blanks. Replaced them with dashes.

ghost commented 6 years ago

Brilliant, thanks for your help!