You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/dev-python/python-twitter-0.8-message_...

14 lines
302 B

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()