diff --git a/pwndbg/__init__.py b/pwndbg/__init__.py index f3a6c13cd..7b9cbd0be 100644 --- a/pwndbg/__init__.py +++ b/pwndbg/__init__.py @@ -99,4 +99,4 @@ def prompt_hook(*a): gdb.prompt_hook = prompt_hook msg = "Loaded %i commands. Type pwndbg for a list." % len(pwndbg.commands.Command.commands) -print pwndbg.color.red(msg) \ No newline at end of file +print(pwndbg.color.red(msg)) \ No newline at end of file