fix tests

This commit is contained in:
merlokk
2019-07-04 20:42:24 +03:00
parent 2272e69e15
commit 4d9285085f
2 changed files with 2 additions and 4 deletions

View File

@ -51,7 +51,7 @@ class Tester:
self.host = "examplo.org"
self.user_count = 10
self.is_sim = False
self.nfc_interface_only = False;
self.nfc_interface_only = False
if tester:
self.initFromTester(tester)