#python #StupidMistakes #ReminderToSelf To put a single string s in a tuple use (s, ) and not tuple(s)!

Wrote a safety wrapper around poweroff that you have to pass the name of the host you want to power off. On mismatch the wrapper will exit with an error instead of powering off.

Guess why I wrote it. đŸ€ŠđŸŠ¶đŸ”«
#StupidMistakes #SSH #Linux