Added reposts in API 5.45

This commit is contained in:
2016-03-23 17:28:40 -06:00
parent 2fe26beef9
commit d9621f194b
2 changed files with 11 additions and 7 deletions

View File

@@ -117,6 +117,7 @@ class Controller(object):
player.player.play_all(audios)
def view_post(self, post_object, controller_):
print post_object
p = getattr(posts, controller_)(self.session, post_object)
p.dialog.get_response()
p.dialog.Destroy()