Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasusen-code authored Feb 25, 2022
1 parent 018b941 commit 006a0fb
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions LOCAL/utils.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
#TG:ChauhanMahesh/DroneBots
#Github.com/vasusen-code
# This file is part of the VIDEOconvertor distribution.
# Copyright (c) 2021 vasusen-code ; All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# License can be found in < https://github.com/vasusen-code/VIDEOconvertor/blob/public/LICENSE> .

import time
import math
import re
import asyncio
import subprocess
import time, math, re, asyncio, subprocess
from ethon.pyfunc import total_frames as tf
from telethon import events

Expand Down

0 comments on commit 006a0fb

Please sign in to comment.