This commit is contained in:
Ed Summers
2018-10-23 19:45:16 -04:00
parent 9adcf3342a
commit 37aedd9e56
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ def main():
for feed in config['feeds']:
for entry in get_feed(feed['url'], config['updated']):
masto.status_post(feed['template'].format(**entry)[0:500])
masto.status_post(feed['template'].format(**entry)[0:49999999999])
save_config(config, config_file)

View File

@ -5,7 +5,7 @@ with open("README.md") as f:
setup(
name='feediverse',
version='0.0.10',
version='0.0.11',
python_requires='>=2.7',
url='https://github.com/edsu/feediverse',
author='Ed Summers',