Browse Source

Remove unnecessary check for Python 3.7+

master
Kristaps Kaupe 2 years ago
parent
commit
3d568376a9
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 4
      scripts/obwatch/ob-watcher.py

4
scripts/obwatch/ob-watcher.py

@ -16,10 +16,6 @@ from optparse import OptionParser
from twisted.internet import reactor
from datetime import datetime, timedelta
if sys.version_info < (3, 7):
print("ERROR: this script requires at least python 3.7")
exit(1)
from jmbase.support import EXIT_FAILURE
from jmbase import bintohex
from jmclient import FidelityBondMixin, get_interest_rate, check_and_start_tor

Loading…
Cancel
Save