@@ -22,7 +22,7 @@ import sys
if sys.version_info < (3, 8, 0):
print('ERROR: This is a Python 3.8+ script!')
exit(1)
sys.exit(1)
# OS specific workarounds
import os
The note is not visible to the blocked user.