timberline-secondary / hackerspace-scripts-2

Python based control panel and scripts for managing Timberline's Digital Hackerspace
GNU General Public License v3.0
3 stars 1 forks source link

fix: bad password #159

Closed punctuations closed 1 year ago

punctuations commented 1 year ago

DESCRIPTION:

SSH connection was erroring out as the connection would not be established due to an incorrect password and then the program would call an undefined variable, thus causing the issue. This PR will add a check to ensure a connection is established successfully, else it will return gracefully

TECHNICAL CHANGES:

RELATED ISSUES:

tylerecouture commented 1 year ago

@punctuations It's failing.

punctuations commented 1 year ago

@tylerecouture I forgot to add ffmpeg to the actions, can I add a commit to fix it here?

tylerecouture commented 1 year ago

Yep, then force push

punctuations commented 1 year ago

should be good now :+1: @tylerecouture