Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa committed May 27, 2020
1 parent 8d67a88 commit 20926af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
try:
from shutil import get_terminal_size as get_terminal_size
except:
from backports.shutil_get_terminal_size import get_terminal_size as get_terminal_size
try:
from backports.shutil_get_terminal_size import get_terminal_size as get_terminal_size
except:
pass

import click
import frida
Expand Down

0 comments on commit 20926af

Please sign in to comment.