doc: Clean the TODO tags

This commit is contained in:
Sayantan Santra 2023-08-10 18:29:21 -05:00
parent d760c511ba
commit 086effe1b1
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F
3 changed files with 2 additions and 6 deletions

View file

@ -85,7 +85,7 @@ def build_apps(appstate):
clean_exit(f"There was an error while building {pretty_name}!\n{e}", appstate)
try:
os.rename(output_name+'.apk', output_name+'.apk') # TODO: Add timestamp here
os.rename(output_name+'.apk', output_name+'.apk')
except FileNotFoundError:
clean_exit(f"There was an error while building {pretty_name}!", appstate)

View file

@ -75,7 +75,6 @@ def send_notif(appstate, error=False):
print('Failed!' + str(e))
case 'telegram':
# TODO: Finish this!
print('Sending notification through Telegram...')
try:
chat = config[entry]['chat']

View file

@ -19,9 +19,6 @@ from ReVancedBuilder.JAVABuilder import build_apps
from ReVancedBuilder.Notifications import send_notif
from ReVancedBuilder.Cleanup import move_apps, clean_exit
# TODO: README
# TODO: PATCHES_GUIDE.md (maybe delete it?)
# Update the ReVanced tools, if needed
def update_tools(appstate):
for item in ['revanced-cli', 'revanced-integrations', 'revanced-patches']:
@ -191,4 +188,4 @@ elif flag != ['checkonly']:
# Delete the lockfile
os.remove('lockfile')
sys.exit(0)
sys.exit(0)