瀏覽代碼

Fixed a typo

master
Bryan Miller 6 年之前
父節點
當前提交
4f7d1705ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game/gbe/events.py

+ 1
- 1
game/gbe/events.py 查看文件

@@ -40,7 +40,7 @@ class _Events:

def unlisten(self, signal, fn):
ref = _getWeakRef(fn)
if res is None or ref() is None:
if ref is None or ref() is None:
return # Not a function. Nothing to do.
if signal in self._signals:
if ref in self._signals[signal]:

Loading…
取消
儲存