make scripts executable

This commit is contained in:
Evgeny Zinoviev 2022-03-16 03:00:25 +03:00
parent dcfb3b8a3f
commit 2dd41e65a3
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
requests~=2.25.1
textract~=1.6.3
beautifulsoup4~=4.8.0
ch1p~=0.0.3
ch1p~=0.0.4

1
telegram_notify.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import traceback
from mgs import MGSPiracy
from argparse import ArgumentParser

1
to_csv.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import csv
from mgs import MGSPiracy
from argparse import ArgumentParser