Guest User

Untitled

a guest
Mar 13th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1.   # Returns the character's screenwidth.
  2.     def screenwidth(self):
  3.         try:
  4.             return self.account.sessions.get()[0].protocol_flags.get("SCREENWIDTH", {0: _DefaultScreenWidth})[0]
  5.         except:
  6.             return _DefaultScreenWidth
Advertisement
Add Comment
Please, Sign In to add comment