Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Add final touches for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-Agst committed Jul 19, 2022
1 parent 3505222 commit de1ade4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/azure-agst/classbot-3.0"

# Set entrypoint
CMD [ "python3", "-m", "fsu-classbot" ]
CMD [ "python3", "-m", "classbot" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def main_enrollment_loop(self):
)

# Loop through results table and check for errors
print("Table len: ", len(results_table))
for i, row in enumerate(results_table):

# Skip first row (header)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit de1ade4

Please sign in to comment.