eho69 commited on
Commit
32ffff1
Β·
verified Β·
1 Parent(s): 1a219fd

Update scanner.py

Browse files
Files changed (1) hide show
  1. scanner.py +1 -16
scanner.py CHANGED
@@ -179,13 +179,7 @@ def test_individual_functions():
179
  print()
180
 
181
  if __name__ == "__main__":
182
- print("\n")
183
- print("╔═══════════════════════════════════════════════════════════╗")
184
- print("β•‘ β•‘")
185
- print("β•‘ ENGINE SCANNING SYSTEM - VERIFICATION SUITE β•‘")
186
- print("β•‘ β•‘")
187
- print("β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•")
188
- print("\n")
189
 
190
  # Run unit tests first
191
  test_individual_functions()
@@ -193,12 +187,3 @@ if __name__ == "__main__":
193
  # Run full integration test
194
  test_scanner()
195
 
196
- print("\n")
197
- print("╔═══════════════════════════════════════════════════════════╗")
198
- print("β•‘ β•‘")
199
- print("β•‘ VERIFICATION COMPLETE βœ“ β•‘")
200
- print("β•‘ β•‘")
201
- print("β•‘ Your engine scanning system is ready to deploy! β•‘")
202
- print("β•‘ β•‘")
203
- print("β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•")
204
- print("\n")
 
179
  print()
180
 
181
  if __name__ == "__main__":
182
+
 
 
 
 
 
 
183
 
184
  # Run unit tests first
185
  test_individual_functions()
 
187
  # Run full integration test
188
  test_scanner()
189