Skip to content

Commit

Permalink
Update Webserver_game_server_log_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoQsc committed Aug 9, 2024
1 parent 35b1d49 commit c8d383b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def get_latest_game_server_log_file_path(log_directory : str = None) -> str:
if log_directory is None:
log_directory = DEFAULT_LOG_DIRECTORY

# Sorting directories
print(os.listdir(log_directory))

return str(log_directory)

# if relative_path:
Expand Down

0 comments on commit c8d383b

Please sign in to comment.