Commit 4e0e9001 authored by mitshel's avatar mitshel
Browse files

Незначительное изменение в sopdsparse.py

parent 8a43780e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ class fb2tag:
             self.index-=1
             if self.process_value:
                if self.value_size!=0:
                   if len(self.current_value)>self.value_size:
                      self.current_value=self.current_value[:self.value_size] 
                self.values.append(self.current_value)
                self.current_value=''