From 1b0cdeedce1441579a17d2692512ae09f152a35d Mon Sep 17 00:00:00 2001 From: blitzman Date: Tue, 24 Jan 2017 19:57:16 -0500 Subject: [PATCH] Fix lack of instance --- service/port.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/port.py b/service/port.py index cfcda7fdf..e3ce3f545 100644 --- a/service/port.py +++ b/service/port.py @@ -61,6 +61,8 @@ INV_FLAG_FIGHTER = 158 class Port(object): + instance = None + @classmethod def getInstance(cls): if cls.instance is None: