updated readme

This commit is contained in:
2022-07-14 20:33:53 -05:00
parent ef21adc132
commit e624236586
4 changed files with 23 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class Qbt:
buildtorlist(self)
torprocessor(self)
printprocessor(self)
#tordelete(self)
tordelete(self)
if __name__== "__main__":
Qbt()