Skip to content

Commit

Permalink
OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
srosam committed Feb 3, 2023
1 parent 383cd86 commit 5cff995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main():
files = []
for p in Path("./").iterdir():
#files.append(p.name)
log_message(f"{p.name}")
log_message(f"{p.name}=OMG")

#all_files = ",".join(files)
#log_message(f"FILES_LISTING_1={all_files}")
Expand Down

0 comments on commit 5cff995

Please sign in to comment.