Browse Source

мелкие изменения, тестирую.

master
Mikhail Grebenkin 6 years ago
parent
commit
b7b7288f78
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      UserAd_class.py

+ 2
- 0
UserAd_class.py View File

@ -125,6 +125,7 @@ class UserAd:
self.sam.transaction_cancel()
return exc
else:
self.sam.transaction_commit()
return False
def enable(self):
@ -135,6 +136,7 @@ class UserAd:
self.sam.transaction_cancel()
return exc
else:
self.sam.transaction_commit()
return False


Loading…
Cancel
Save

Powered by TurnKey Linux.