Fix stupid typo
This commit is contained in:
parent
22fa039f1b
commit
8cdc50c04e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class History(models.Model):
|
|||
"""
|
||||
self.played = True
|
||||
runner = TorInstance(self.return_history())
|
||||
runnner.run()
|
||||
runner.run()
|
||||
self.save()
|
||||
|
||||
def to_xml(self, xml_root=None):
|
||||
|
|
Loading…
Reference in a new issue