Fixed crash on opening invite-only memo without being invited
This commit is contained in:
parent
c74dd89027
commit
83343238dd
2 changed files with 5 additions and 1 deletions
|
@ -1,12 +1,15 @@
|
|||
# Changelog
|
||||
(This document uses YYYY-MM-DD as per ISO 8601)
|
||||
|
||||
## [v2.1.3] - 2021-5-3
|
||||
## [v2.1.3] - 2021-7-16
|
||||
|
||||
### Added
|
||||
- pyinstaller.py script to make building with pyinstaller more convenient.
|
||||
- Themes by cubicSimulation.
|
||||
|
||||
### Fixed
|
||||
- Crash when opening invite-only memo. (My bad-)
|
||||
|
||||
### Changed
|
||||
- Honk emote now only triggers when typing ':honk:' instead of on every 'honk'.
|
||||
|
||||
|
|
1
memos.py
1
memos.py
|
@ -12,6 +12,7 @@ from parsetools import convertTags, addTimeInitial, timeProtocol, \
|
|||
lexMessage, colorBegin, colorEnd, mecmd, smiledict
|
||||
import parsetools
|
||||
from logviewer import PesterLogViewer
|
||||
import logging
|
||||
|
||||
try:
|
||||
QString = unicode
|
||||
|
|
Loading…
Reference in a new issue