Skip to content

Commit

Permalink
クラス名修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pinfort committed Dec 18, 2018
1 parent 7069bd7 commit 2d9aa6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzeSegment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from segments.APP import APP
from segments.SOS import SOS

class segment(object):
class analyzeSegment(object):
def __init__(self):
super(segment, self).__init__()
super(analyzeSegment, self).__init__()

def analyze(self, marker, body):
if marker == Markers.JUST_FF:
Expand Down

0 comments on commit 2d9aa6c

Please sign in to comment.