Skip to content

Commit

Permalink
SSH bağlantı hatası bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 7, 2020
1 parent 6f4b344 commit 1f617f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/share/valf/bin/valf.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def on_click_connect(self,widget): # Sağ tık menüsündeki Connect Host seçen
time.sleep(0.5)

else:
pass
print('Hata ! ')

except:
sshProcess.send_signal(signal.SIGINT)
Expand Down

0 comments on commit 1f617f9

Please sign in to comment.