Skip to content

Commit

Permalink
Merge pull request #515 from Bot-detector/Cyborger1-patch-1
Browse files Browse the repository at this point in the history
Fix missing bot columns in prediction model (Zulrah, Gauntlet, Nex)
  • Loading branch information
extreme4all authored Mar 6, 2024
2 parents c2b7783 + 645bcf2 commit 0c0fa11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ class Prediction(Base):
Vorkath_bot = Column(Float)
Barrows_bot = Column(Float)
Herblore_bot = Column(Float)
Zulrah_bot = Column(Float)
Unknown_bot = Column(Float)
Gauntlet_bot = Column(Float)
Nex_bot = Column(Float)


class Clan(Base):
Expand Down

0 comments on commit 0c0fa11

Please sign in to comment.