Skip to content

Commit 5cff995

Browse files
committed
OMG
1 parent 383cd86 commit 5cff995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main():
2121
files = []
2222
for p in Path("./").iterdir():
2323
#files.append(p.name)
24-
log_message(f"{p.name}")
24+
log_message(f"{p.name}=OMG")
2525

2626
#all_files = ",".join(files)
2727
#log_message(f"FILES_LISTING_1={all_files}")

0 commit comments

Comments
 (0)