Skip to content

Commit

Permalink
Testimonies: Don't truncate long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 25, 2016
1 parent 625b48f commit 4b46bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_testimonies.py
Expand Up @@ -121,6 +121,7 @@ def write_html(output, table):
out.write(suffix)

def main():
pd.set_option('max_colwidth', 10000)
df = read_testimonies(fetch_table())
write_html("src/main/web/archive_testimonies.php", html_table(df))

Expand Down

0 comments on commit 4b46bfb

Please sign in to comment.