initial single press integration

This commit is contained in:
chrys
2016-09-25 15:20:40 +02:00
parent a880368f7e
commit e66d07bec7
12 changed files with 22 additions and 359 deletions

View File

@ -145,4 +145,3 @@ class driver():
self.env['screenData']['newDelta'] = ''.join(x[2:] for x in diffList if x.startswith('+ '))
self.env['screenData']['newNegativeDelta'] = ''.join(x[2:] for x in diffList if x.startswith('- '))
print(self.env['screenData']['newDelta'])