diff options
author | alex | 2018-10-21 12:57:23 +0100 |
---|---|---|
committer | alex | 2018-10-21 13:04:35 +0100 |
commit | 61b84d9fd997d61f4e5bb6adc63a2310036a242e (patch) | |
tree | e15d066c7ac3ea61785018b37da8dcaae26c03e5 /osrc/watbot_db.py | |
parent | 55bc749f896c25adb57125fd168a1e3ccfc0cd48 (diff) | |
download | watbot-61b84d9fd997d61f4e5bb6adc63a2310036a242e.tar.gz watbot-61b84d9fd997d61f4e5bb6adc63a2310036a242e.tar.bz2 watbot-61b84d9fd997d61f4e5bb6adc63a2310036a242e.zip |
Reimplemented python bot in golang, skipped a few features
Diffstat (limited to 'osrc/watbot_db.py')
-rw-r--r-- | osrc/watbot_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osrc/watbot_db.py b/osrc/watbot_db.py index 6759c3b..837eaf9 100644 --- a/osrc/watbot_db.py +++ b/osrc/watbot_db.py @@ -31,7 +31,7 @@ class WatbotDB: " timestamp integer," " balance integer," " log text," - " foreign key(nickname) references coins(nickname)" + " foreign key(nickname) references players(nickname)" ")" ) |