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 |
|