Guest User

Untitled

a guest
Apr 4th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. credentials.py
  2.  
  3. host = '11.11.81.7011'
  4. user = 'dsufghsd'
  5. password = 'tfjb2379gfweiu'
  6. db = 'fwenf249ftgwieufgefw7f'
  7.  
  8. import credentials
  9. con = pymysql.connect(host = credentials.host,
  10. user = credentials.user,
  11. password = credentials.password,
  12. db = credentials.db,
  13. charset = 'utf8mb4',
  14. cursorclass = pymysql.cursors.SSDictCursor)
Add Comment
Please, Sign In to add comment