Patch for python twitter

atratsevskiy
parent 7709e16d4c
commit 8f99b89e69

@ -0,0 +1,13 @@
diff --git a/twitter.py b/twitter.py
index 5e58582..c411241 100755
--- a/twitter.py
+++ b/twitter.py
@@ -65,7 +65,7 @@ except ImportError:
import oauth2 as oauth
-CHARACTER_LIMIT = 140
+CHARACTER_LIMIT = 300
# A singleton representing a lazily instantiated FileCache.
DEFAULT_CACHE = object()
Loading…
Cancel
Save