Change name to something static

This commit is contained in:
Travis Burtrum 2016-11-29 00:11:50 -05:00
parent dd3415cb08
commit 1dcc695e63
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if args.direct:
for fd in xrange(nofd):
d = UInputDevice()
m.expose(d, fd)
d.setup('keymapper input device'+str(fd))
d.setup('keymapper input device')
ofs.append(d)
# grab all inputs so nothing else reads them :)