diff --git a/README.md b/README.md index 8729278..f2847d3 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm ## Intended Features * [x] Log in +* [x] Submit +* [x] Bulk download of test cases and files +* [ ] Submission status * [ ] Classes, methods and attributes described in the map below ## Docs -[here](http://temmies.rtfd.io/). Heavily WIP. +[here](http://temmies.rtfd.io/). ## Class map ![map](images/roadmap.png) diff --git a/src/ExerciseGroup.py b/src/ExerciseGroup.py index 6b53b77..f55616d 100644 --- a/src/ExerciseGroup.py +++ b/src/ExerciseGroup.py @@ -186,7 +186,9 @@ class ExerciseGroup: files = temp # Package the files up into files[] - + # DEBUG: Uncomment for better clarity + # print("Submitting files:") + # [print(f) for f in files] packaged_files = [] data = {} found_type = ""