Commit Graph

7 Commits

Author SHA1 Message Date
George Lacey
a5e4aa43af Change start_time type to text 2016-09-21 16:39:16 +01:00
George Lacey
75beecf584 Create database
- Create database
- Add table to store log entries
- Insert borg output to database
2016-09-20 20:54:13 +01:00
George Lacey
da47c5a3fb Refactor log_entry -> LogEntry 2016-09-20 18:36:20 +01:00
George Lacey
8cb52d1150 Convert borg output to log_entry class
- Remove old print code
- Print using class method instead
2016-09-20 15:05:12 +01:00
George Lacey
92f5d7a547 Remove newlines properly for compatibility
Newlines were removed by stripping '\n' characters, they are now removed
properly using .rsplit() for compatibility with other operating systems.
2016-09-20 10:02:16 +01:00
George Lacey
3f6e163f26 Update readme with project information
- Added information on where I intend to go with the project
- Removed old code from main.py
2016-09-19 23:11:17 +01:00
George Lacey
d6a008052a Grab borg output
- Loops through each line of output and adds to a dictionary containing
  list of log attributes.
- Currently outputs to file for debugging.
2016-09-19 23:00:20 +01:00