fix whitespace, post publicly
This commit is contained in:
parent
aa8bb06cb2
commit
07e5ad2d82
2 changed files with 2 additions and 3 deletions
|
@ -40,4 +40,4 @@ with open('marxistquotes.csv') as csvfile:
|
|||
row = random.choice(list(csvreader))
|
||||
|
||||
text = '<p>{}</p> - {}<a href={}>{}</a>'.format(row[0], row[1], row[2], row[3])
|
||||
toot = mastodon_api.status_post(text, visibility='private', content_type='text/html')
|
||||
toot = mastodon_api.status_post(text, visibility='public', content_type='text/html')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
`Workers of the World, Unite!`,`Marx & Engels, `,`http://marxists.org/archive/marx/works/1848/communist-manifesto/ch04.htm#210`,`Communist Manifesto (1848)`
|
||||
`The spirit of a nation is reflected in its history, its religion, and the degree of its political freedom. The improvement of individual morality is a matter involving one’s private religion, one’s parents, one’s personal efforts, and one’s individual situation. The cultivation of the spirit of the people as a whole requires in addition the respective contributions of folk religion and political institutions. `,`Hegel, `,`http://marxists.org/reference/archive/hegel/works/pc/tubingen.htm`,`Prospects for a Folk Religion (1793)`
|
||||
`Germany is no longer a state.`,`Hegel, `,`http://marxists.org/reference/archive/hegel/works/gc/introduction.htm`,`The German Constitution (1798)`
|
||||
|
|
|
Loading…
Reference in a new issue