Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 21, 2019
1 parent 8dec427 commit df1e79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buzzword/parts/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def _upload_files(n_clicks, contents, names, corpus_lang, corpus_name, table_row
CORPUS_META[corpus_name] = dict(slug=slug)
INITIAL_TABLES[slug] = CORPORA[slug].table(show="p", subcorpora="file")

slug = _slug_from_name(corpus_name)
href = "/explore/{}".format(slug)
adate = date.today().strftime("%d.%m.%Y")
desc = _make_description(names, size)
Expand Down

0 comments on commit df1e79f

Please sign in to comment.