To reproduce join Multi-device beta and try to save session and restore session it is failing to restore session ```python from tithiwa import * tithiwabot = Tithiwa() tithiwabot.generate_session("01") tithiwabot1 = Tithiwa() tithiwabot1.open_session("01") ```
To reproduce join Multi-device beta and try to save session and restore session it is failing to restore session