Skip to content

Commit 96b64b6

Browse files
Added new flag --usage that gives a rundown of users flags history
Refactor Flag class and improved functionality and accuracy tracking, and took the `Match.generate_summary_and_graph()` out of beta after minor patching Updated plans for the future 1/3 beta's out!
1 parent 3a52f7a commit 96b64b6

File tree

3 files changed

+328
-325
lines changed

3 files changed

+328
-325
lines changed

CODE/Logicytics.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,8 @@ def handle_special_actions():
402402
input("Press Enter to exit...")
403403
exit(0)
404404

405-
if ACTION == "restore":
406-
log.warning(
407-
"Sorry, this feature is yet to be implemented. You can manually Restore your backups, We will open "
408-
"the location for you"
409-
)
410-
file_management.open_file("../ACCESS/BACKUP/")
405+
if ACTION == "usage":
406+
flag.Match.generate_summary_and_graph()
411407
input("Press Enter to exit...")
412408
exit(1)
413409

0 commit comments

Comments
 (0)