more variables in config

This commit is contained in:
luxick
2015-07-26 23:13:02 +02:00
parent ebd649e7a8
commit 0f4cc5ed33
5 changed files with 13 additions and 6 deletions

View File

@@ -6,13 +6,11 @@ from config import *
import time
import curses
# Temporary test section
list = []
ticks = 0
for n in range(0,50):
for n in range(0,startnr):
list.append(Util().make_Tamagotchi())
mayor = Mayorgotchi(list)