1
0
mirror of https://github.com/GOSTSec/gostcoin.i2p synced 2025-02-10 22:04:14 +00:00

Fixed error with newer python

This commit is contained in:
orignal 2024-11-13 13:38:58 -05:00 committed by GitHub
parent 3594e3f8b0
commit cdddb225a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ import matplotlib.ticker as ticker
from datetime import datetime, timedelta
import math
import json
import urllib
import urllib.request
RUR_CONFIG = {
'plot_title': 'updated at {}'.format(datetime.utcnow().strftime('%Y-%m-%d %H:%M')),