PEP 8 compliance.

This commit is contained in:
yrriban 2025-06-15 12:23:32 -04:00
parent 69ce445225
commit dace0de99b

View file

@ -2,6 +2,7 @@ import dcc.config
import dcc.doom_base
import subprocess
class PB(dcc.doom_base.WadMap):
def take_action(self, parsed_args):
subprocess.run(["ffplay", self.video_path()])