Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Apr 22, 2020
1 parent 4f60923 commit cddfbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teamtemp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ def generate_wordcloud(word_list, word_hash):
wordcloud = WordCloud(
max_words=1000,
margin=20,
# random_state=1,
width=settings.WORDCLOUD_WIDTH,
height=settings.WORDCLOUD_HEIGHT,
background_color="white",
Expand Down

0 comments on commit cddfbb4

Please sign in to comment.