-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Minor big fix in main.py - Switch to using .ini config file and ConfigParser class in settings.py
- Loading branch information
1 parent
ff79c5b
commit c685d16
Showing
4 changed files
with
140 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[Speedtester] | ||
rec_file = speed_record.ilog | ||
location = McVey 306B | ||
freq = 0.5 | ||
verbosity = 3 | ||
force_server = None | ||
|
||
[Analytics] | ||
analyze_file = None | ||
analytics_rec_file = report.txt | ||
standards_enable = False | ||
standard_ping = 0.0 | ||
standard_down = 0.0 | ||
standard_up = 0.0 | ||
|
||
[CSV] | ||
csv_input_file = None | ||
csv_output_file = Internet_speed_record.csv | ||
csv_clear_infile = False | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters