checkpoint rpc county fixed

This commit is contained in:
2025-12-07 12:17:53 +00:00
parent f525151c5e
commit facc2a486e
6 changed files with 695 additions and 59 deletions

View File

@@ -1,4 +1,7 @@
# powercounty.py
#
# THIS SCRIPT IS DEPRECATED.
# Please use newpower.py, which uses the providers.json config file.
import logging
import requests
@@ -590,4 +593,5 @@ def main():
if __name__ == '__main__':
main()
# main()
logger.warning("This script (powercounty.py) is deprecated. Please use newpower.py instead.")