mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Introduce websocket cmd for SuchWow so that it can dynamically add/update new images and change FeatherTask to WowletTask
This commit is contained in:
parent
136e7909fa
commit
891baaff71
10 changed files with 23 additions and 22 deletions
|
@ -12,10 +12,10 @@ import aiofiles
|
|||
|
||||
import settings
|
||||
from wowlet_backend.utils import httpget
|
||||
from wowlet_backend.tasks import FeatherTask
|
||||
from wowlet_backend.tasks import WowletTask
|
||||
|
||||
|
||||
class HistoricalPriceTask(FeatherTask):
|
||||
class HistoricalPriceTask(WowletTask):
|
||||
"""
|
||||
This class manages a historical price (USD) database, saved in a
|
||||
textfile at `self._path`. A Feather wallet instance will ask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue