Fix presence not being updated after loaded once

This commit is contained in:
vslg
2020-07-02 11:44:54 -03:00
committed by miruka
parent 0eda6eb278
commit a1e5a1981d
6 changed files with 46 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ import os
import sys
import traceback
from pathlib import Path
from typing import TYPE_CHECKING, Any, DefaultDict, Dict, List, Optional
from typing import Any, DefaultDict, Dict, List, Optional
from appdirs import AppDirs