Advertisement
HellFinger

run_corrsect

Jan 14th, 2021
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1.     def run(self):
  2.         try:
  3.             self.conn.send('220 Welcome to nick server\r\n')
  4.             self.execute()
  5.         except Exception as ex:
  6.             print('Exception raised', end=' ')
  7.             print(ex)
  8.  
  9.         self.stop();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement