Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
RecGFI committed Nov 5, 2023
1 parent 96d0fb0 commit 6af1fdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gfibot/data/get_personalize_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
from gfibot.collections import *


logger = logging.getLogger(__name__)


def remove_and_match(lst1, lst2, value):
index_to_remove = next((i for i, x in enumerate(lst1) if x == value), None)
if index_to_remove is not None:
Expand Down Expand Up @@ -832,6 +829,7 @@ def get_issues(x):

def main():
global prodesdict, valid_tokens, sleep_token
logger = logging.getLogger(__name__)
sleep_token = []
prodesdict = {}
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 6af1fdb

Please sign in to comment.