Skip to content

Commit

Permalink
Update Frog-Fp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhitez authored Nov 16, 2020
1 parent a81b23a commit e559012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frog-Fp.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run_root(url,type_F):
if eval(expression):
print(" "+yaml_name + ": "+url)
wFile(yaml_name + ": "+url)
if type_F == "first":
#if type_F == "first":
#fileL.remove(url)
if type_F == "second" and sec_flag == False:
sec_flag = True
Expand All @@ -158,7 +158,7 @@ def run_root(url,type_F):
if eval(expression):
print(" "+yaml_name + ": "+url)
wFile(yaml_name + ": "+url)
if type_F == "first":
#if type_F == "first":
#fileL.remove(url)
if type_F == "second" and sec_flag == False:
sec_flag = True
Expand Down

0 comments on commit e559012

Please sign in to comment.