Skip to content

Commit

Permalink
Update raspberrypi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 authored Jul 5, 2023
1 parent e033df0 commit 2583f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspberrypi_control/raspberrypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ def run_command(command=None,display=False):
)
ssh_controller.disconnect()
return output[-1]
except:
except Exception:
import os
return os.system(command)
else:
Expand Down

0 comments on commit 2583f0b

Please sign in to comment.