Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Minor changes. 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
rc0r committed May 24, 2016
1 parent 8580ac3 commit c80ea37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/afl-stats.conf.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"interval": 30,
"twitter_creds_file": ".afl-stats.creds",
"twitter_consumer_key": "your_consumer_key_here",
"twitter_consumer_secret": "your_consumer_secret_here",
Expand Down
4 changes: 3 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Version 1.28a

- afl-cron added.
- afl-cron for periodic task execution added.
- Main execution loop removed from afl-stats. afl-cron may be used for
repeated executions of afl-stats!
- Changed afl-utils to use JSON config files.

Version 1.27a
Expand Down
1 change: 0 additions & 1 deletion tests/test_afl_vcrash.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from afl_utils import afl_vcrash

import os
# import subprocess
import unittest


Expand Down

0 comments on commit c80ea37

Please sign in to comment.