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/templates/3.1/6_ac_install_patch/dev-python/python-twitter/message_len.patch

15 lines
326 B

# Calculate format=diff
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()