diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index e6d0c6d2..b81f2d5e 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -152,14 +152,17 @@ class GuiGraphViewer (threading.Thread): if not sitenos: #Should probably pop up here. print "No sites selected - defaulting to PokerStars" + self.db.rollback() return if not playerids: print "No player ids found" + self.db.rollback() return if not limits: print "No limits found" + self.db.rollback() return #Set graph properties