PyYoshi / slack-dump

Export History For Channel, Private Group and Direct Message From Slack
Apache License 2.0
28 stars 18 forks source link

Fix crashing groups with more messages than limit #4

Open takameron opened 5 years ago

takameron commented 5 years ago

Fix #2

The problem did not occur when building on Windows, but it did occur on Linux. I skipped it if the number of messages was 0.

There seems to be no problem compared with what worked properly on Windows. However, I do not know that I have implemented it correctly.