-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to disable graphs #2
Comments
Added a flag in the command line to disable showing the graphs. By default, the graphs will not be shown now, although they will be generated and saved in outputs folder. Please clone the latest from master and try again. Please let me know if any further comments, else will close this issue. |
Thanks for responding so fast.
The file |
Sorry for that, I have fixed this issue now. Please pull the latest from master and try again. |
It works now! Thank you. But I've discovered a few different issues in the process.
I guess that the issue is caused by:
If I may suggest, I think that the most reliable way to detect a new message is a regex looking like this: |
The statistical graphs that the application generates are cool and everything, but many people, including me, just want to export compile the .txt files into a better-looking .html format.
Would it be possible to add an argument that would disable the creation and display of them?
The command line input could then look like this:
python main.py chat.txt --no-graph
The text was updated successfully, but these errors were encountered: