mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-14 11:05:48 +05:00
Big fat warning to run modified versions with --no-report
This commit is contained in:
parent
a4e67d31b2
commit
a5b3244bc6
@ -12,6 +12,30 @@ import os.path
|
||||
import dns.resolver
|
||||
import dns.exception
|
||||
|
||||
'''
|
||||
|
||||
=================================
|
||||
|
||||
IMPORTANT
|
||||
|
||||
Make sure to run this program with --no-report option
|
||||
if you're editing it, debugging or testing something!
|
||||
|
||||
Thank you.
|
||||
|
||||
=================================
|
||||
|
||||
ВАЖНО
|
||||
|
||||
Запускайте программу с опцией --no-report, если
|
||||
вы редактируете ее, отлаживаете или тестируете!
|
||||
|
||||
Спасибо.
|
||||
|
||||
=================================
|
||||
|
||||
'''
|
||||
|
||||
# Configuration
|
||||
VERSION="0.0.9.1"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user